Class: Aws::IoTSiteWise::Types::ComputationModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains a summary of a computation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the computation model, which has the following format.
-
#creation_date ⇒ Time
The model creation date, in Unix epoch time.
-
#description ⇒ String
The description of the computation model.
-
#id ⇒ String
The ID of the computation model.
-
#last_update_date ⇒ Time
The time the model was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the computation model.
-
#status ⇒ Types::ComputationModelStatus
The current status of the computation model.
-
#type ⇒ String
The type of the computation model.
-
#version ⇒ String
The version of the computation model.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the computation model, which has the following format.
‘arn:$Partition:iotsitewise:$Region:$Account:computation-model/$ComputationModelId`
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The model creation date, in Unix epoch time.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The time the model was last updated, in Unix epoch time.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ComputationModelStatus
The current status of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the computation model.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2746 class ComputationModelSummary < Struct.new( :id, :arn, :name, :description, :type, :creation_date, :last_update_date, :status, :version) SENSITIVE = [] include Aws::Structure end |