Class: Aws::SnowDeviceManagement::Types::ExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ExecutionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
The summary of a task execution on a specified device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The ID of the execution.
-
#managed_device_id ⇒ String
The ID of the managed device that the task is being executed on.
-
#state ⇒ String
The state of the execution.
-
#task_id ⇒ String
The ID of the task.
Instance Attribute Details
#execution_id ⇒ String
The ID of the execution.
496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 496 class ExecutionSummary < Struct.new( :execution_id, :managed_device_id, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#managed_device_id ⇒ String
The ID of the managed device that the task is being executed on.
496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 496 class ExecutionSummary < Struct.new( :execution_id, :managed_device_id, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the execution.
496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 496 class ExecutionSummary < Struct.new( :execution_id, :managed_device_id, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task.
496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 496 class ExecutionSummary < Struct.new( :execution_id, :managed_device_id, :state, :task_id) SENSITIVE = [] include Aws::Structure end |