Class: Aws::IoTSiteWise::Types::ExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExecutionSummary
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the execution summary of the computation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The type of action exectued.
-
#execution_end_time ⇒ Time
The time the process ended.
-
#execution_entity_version ⇒ String
The execution entity version associated with the summary.
-
#execution_id ⇒ String
The ID of the execution.
-
#execution_start_time ⇒ Time
The time the process started.
-
#execution_status ⇒ Types::ExecutionStatus
The status of the execution process.
-
#resolve_to ⇒ Types::ResolveTo
The detailed resource this execution resolves to.
-
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
-
#target_resource_version ⇒ String
The version of the target resource.
Instance Attribute Details
#action_type ⇒ String
The type of action exectued.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#execution_end_time ⇒ Time
The time the process ended.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#execution_entity_version ⇒ String
The execution entity version associated with the summary.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The ID of the execution.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#execution_start_time ⇒ Time
The time the process started.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ Types::ExecutionStatus
The status of the execution process.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#resolve_to ⇒ Types::ResolveTo
The detailed resource this execution resolves to.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on. This can include asset-based resources and computation model resources.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |
#target_resource_version ⇒ String
The version of the target resource.
6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604 class ExecutionSummary < Struct.new( :execution_id, :action_type, :target_resource, :target_resource_version, :resolve_to, :execution_start_time, :execution_end_time, :execution_status, :execution_entity_version) SENSITIVE = [] include Aws::Structure end |