Class: Aws::SnowDeviceManagement::Types::DescribeExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 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.
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 337 class DescribeExecutionOutput < Struct.new( :execution_id, :last_updated_at, :managed_device_id, :started_at, :state, :task_id) SENSITIVE = [] include Aws::Structure end |