Class: Aws::IoTSiteWise::Types::AssetModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelSummary
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains a summary of an asset model.
Constant Summary collapse
- SENSITIVE =
[]
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 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\}
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date the asset model was created, in Unix epoch time.
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The asset model description.
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the asset model (used with IoT SiteWise APIs).
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date the asset model was last updated, in Unix epoch time.
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset model.
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AssetModelStatus
The current status of the asset model.
558 559 560 561 562 563 564 565 566 567 568 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558 class AssetModelSummary < Struct.new( :id, :arn, :name, :description, :creation_date, :last_update_date, :status) SENSITIVE = [] include Aws::Structure end |