You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::DescribeAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#asset_arn ⇒ String
The [ARN][1] of the asset, which has the following format.
-
#asset_creation_date ⇒ Time
The date the asset was created, in Unix epoch time.
-
#asset_hierarchies ⇒ Array<Types::AssetHierarchy>
A list of asset hierarchies that each contain a
hierarchyId
. -
#asset_id ⇒ String
The ID of the asset.
-
#asset_last_update_date ⇒ Time
The date the asset was last updated, in Unix epoch time.
-
#asset_model_id ⇒ String
The ID of the asset model that was used to create the asset.
-
#asset_name ⇒ String
The name of the asset.
-
#asset_properties ⇒ Array<Types::AssetProperty>
The list of asset properties for the asset.
-
#asset_status ⇒ Types::AssetStatus
The current status of the asset, which contains a state and any error message.
Instance Attribute Details
#asset_arn ⇒ String
The ARN of the asset, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}`
#asset_creation_date ⇒ Time
The date the asset was created, in Unix epoch time.
#asset_hierarchies ⇒ Array<Types::AssetHierarchy>
A list of asset hierarchies that each contain a hierarchyId
. A
hierarchy specifies allowed parent/child asset relationships.
#asset_id ⇒ String
The ID of the asset.
#asset_last_update_date ⇒ Time
The date the asset was last updated, in Unix epoch time.
#asset_model_id ⇒ String
The ID of the asset model that was used to create the asset.
#asset_name ⇒ String
The name of the asset.
#asset_properties ⇒ Array<Types::AssetProperty>
The list of asset properties for the asset.
#asset_status ⇒ Types::AssetStatus
The current status of the asset, which contains a state and any error message.