Class: Aws::SnowDeviceManagement::Types::DescribeExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeExecutionOutput
- Defined in:
- gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The ID of the execution.
-
#last_updated_at ⇒ Time
When the status of the execution was last updated.
-
#managed_device_id ⇒ String
The ID of the managed device that the task is being executed on.
-
#started_at ⇒ Time
When the execution began.
-
#state ⇒ String
The current state of the execution.
-
#task_id ⇒ String
The ID of the task being executed on the device.
Instance Attribute Details
#execution_id ⇒ String
The ID of the execution.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
When the status of the execution was last updated.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :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.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
When the execution began.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the execution.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task being executed on the device.
385 386 387 388 389 390 391 392 393 394 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 385 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |