class Aws::IoTSiteWise::Types::AssetModelSummary
Contains a summary of an asset model.
@!attribute [rw] id
The ID of the asset model (used with IoT SiteWise APIs). @return [String]
@!attribute [rw] arn
The [ARN][1] of the asset model, which has the following format. `arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset-model/$\{AssetModelId\}` [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] name
The name of the asset model. @return [String]
@!attribute [rw] description
The asset model description. @return [String]
@!attribute [rw] creation_date
The date the asset model was created, in Unix epoch time. @return [Time]
@!attribute [rw] last_update_date
The date the asset model was last updated, in Unix epoch time. @return [Time]
@!attribute [rw] status
The current status of the asset model. @return [Types::AssetModelStatus]
Constants
- SENSITIVE