Class: Aws::SnowDeviceManagement::Types::DescribeTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeTaskOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
When the task was completed.
-
#created_at ⇒ Time
When the ‘CreateTask` operation was called.
-
#description ⇒ String
The description provided of the task and managed devices.
-
#last_updated_at ⇒ Time
When the state of the task was last updated.
-
#state ⇒ String
The current state of the task.
-
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource.
-
#targets ⇒ Array<String>
The managed devices that the task was sent to.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
-
#task_id ⇒ String
The ID of the task.
Instance Attribute Details
#completed_at ⇒ Time
When the task was completed.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
When the ‘CreateTask` operation was called.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description provided of the task and managed devices.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
When the state of the task was last updated.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the task.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<String>
The managed devices that the task was sent to.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 400 class DescribeTaskOutput < Struct.new( :completed_at, :created_at, :description, :last_updated_at, :state, :tags, :targets, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |