class Aws::IoTSiteWise::Types::AssetSummary

Contains a summary of an asset.

@!attribute [rw] id

The ID of the asset.
@return [String]

@!attribute [rw] arn

The [ARN][1] of the asset, which has the following format.

`arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset/$\{AssetId\}`

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] name

The name of the asset.
@return [String]

@!attribute [rw] asset_model_id

The ID of the asset model used to create this asset.
@return [String]

@!attribute [rw] creation_date

The date the asset was created, in Unix epoch time.
@return [Time]

@!attribute [rw] last_update_date

The date the asset was last updated, in Unix epoch time.
@return [Time]

@!attribute [rw] status

The current status of the asset.
@return [Types::AssetStatus]

@!attribute [rw] hierarchies

A list of asset hierarchies that each contain a `hierarchyId`. A
hierarchy specifies allowed parent/child asset relationships.
@return [Array<Types::AssetHierarchy>]

Constants

SENSITIVE