You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AssociatedAssetsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssociatedAssetsSummary
- Defined in:
- (unknown)
Overview
Contains a summary of an associated asset.
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN][1] of the asset, which has the following format.
-
#asset_model_id ⇒ String
The ID of the asset model used to create the asset.
-
#creation_date ⇒ Time
The date the asset was created, in Unix epoch time.
-
#hierarchies ⇒ Array<Types::AssetHierarchy>
A list of asset hierarchies that each contain a
hierarchyId
. -
#id ⇒ String
The ID of the asset.
-
#last_update_date ⇒ Time
The date the asset was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the asset.
-
#status ⇒ Types::AssetStatus
The current status of the asset.
Instance Attribute Details
#arn ⇒ String
The ARN of the asset, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}`
#asset_model_id ⇒ String
The ID of the asset model used to create the asset.
#creation_date ⇒ Time
The date the asset was created, in Unix epoch time.
#hierarchies ⇒ Array<Types::AssetHierarchy>
A list of asset hierarchies that each contain a hierarchyId
. A
hierarchy specifies allowed parent/child asset relationships.
#id ⇒ String
The ID of the asset.
#last_update_date ⇒ Time
The date the asset was last updated, in Unix epoch time.
#name ⇒ String
The name of the asset.
#status ⇒ Types::AssetStatus
The current status of the asset.