You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::DescribeAssetModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetModelResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#asset_model_arn ⇒ String
The [ARN][1] of the asset model, which has the following format.
-
#asset_model_creation_date ⇒ Time
The date the asset model was created, in Unix epoch time.
-
#asset_model_description ⇒ String
The asset model\'s description.
-
#asset_model_hierarchies ⇒ Array<Types::AssetModelHierarchy>
A list of asset model hierarchies that each contain a
childAssetModelId
and ahierarchyId
(namedid
). -
#asset_model_id ⇒ String
The ID of the asset model.
-
#asset_model_last_update_date ⇒ Time
The date the asset model was last updated, in Unix epoch time.
-
#asset_model_name ⇒ String
The name of the asset model.
-
#asset_model_properties ⇒ Array<Types::AssetModelProperty>
The list of asset properties for the asset model.
-
#asset_model_status ⇒ Types::AssetModelStatus
The current status of the asset model, which contains a state and any error message.
Instance Attribute Details
#asset_model_arn ⇒ String
The ARN of the asset model, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}`
#asset_model_creation_date ⇒ Time
The date the asset model was created, in Unix epoch time.
#asset_model_description ⇒ String
The asset model\'s description.
#asset_model_hierarchies ⇒ Array<Types::AssetModelHierarchy>
A list of asset model hierarchies that each contain a
childAssetModelId
and a hierarchyId
(named id
). A hierarchy
specifies allowed parent/child asset relationships for an asset model.
#asset_model_id ⇒ String
The ID of the asset model.
#asset_model_last_update_date ⇒ Time
The date the asset model was last updated, in Unix epoch time.
#asset_model_name ⇒ String
The name of the asset model.
#asset_model_properties ⇒ Array<Types::AssetModelProperty>
The list of asset properties for the asset model.
#asset_model_status ⇒ Types::AssetModelStatus
The current status of the asset model, which contains a state and any error message.