You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AssetModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelSummary
- Defined in:
- (unknown)
Overview
Contains a summary of an asset model.
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN][1] of the asset model, which has the following format.
-
#creation_date ⇒ Time
The date the asset model was created, in Unix epoch time.
-
#description ⇒ String
The asset model description.
-
#id ⇒ String
The ID of the asset model (used with AWS IoT SiteWise APIs).
-
#last_update_date ⇒ Time
The date the asset model was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the asset model.
-
#status ⇒ Types::AssetModelStatus
The current status of the asset model.
Instance Attribute Details
#arn ⇒ String
The ARN of the asset model, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}`
#creation_date ⇒ Time
The date the asset model was created, in Unix epoch time.
#description ⇒ String
The asset model description.
#id ⇒ String
The ID of the asset model (used with AWS IoT SiteWise APIs).
#last_update_date ⇒ Time
The date the asset model was last updated, in Unix epoch time.
#name ⇒ String
The name of the asset model.
#status ⇒ Types::AssetModelStatus
The current status of the asset model.