class Aws::IoTSiteWise::Types::DescribeAssetResponse
@!attribute [rw] asset_id
The ID of the asset. @return [String]
@!attribute [rw] asset_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] asset_name
The name of the asset. @return [String]
@!attribute [rw] asset_model_id
The ID of the asset model that was used to create the asset. @return [String]
@!attribute [rw] asset_properties
The list of asset properties for the asset. This object doesn't include properties that you define in composite models. You can find composite model properties in the `assetCompositeModels` object. @return [Array<Types::AssetProperty>]
@!attribute [rw] asset_hierarchies
A list of asset hierarchies that each contain a `hierarchyId`. A hierarchy specifies allowed parent/child asset relationships. @return [Array<Types::AssetHierarchy>]
@!attribute [rw] asset_composite_models
The composite models for the asset. @return [Array<Types::AssetCompositeModel>]
@!attribute [rw] asset_creation_date
The date the asset was created, in Unix epoch time. @return [Time]
@!attribute [rw] asset_last_update_date
The date the asset was last updated, in Unix epoch time. @return [Time]
@!attribute [rw] asset_status
The current status of the asset, which contains a state and any error message. @return [Types::AssetStatus]
Constants
- SENSITIVE