Class: Aws::SnowDeviceManagement::Types::DescribeTaskOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

When the task was completed.

Returns:

  • (Time)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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_atTime

When the CreateTask operation was called.

Returns:

  • (Time)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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

#descriptionString

The description provided of the task and managed devices.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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_atTime

When the state of the task was last updated.

Returns:

  • (Time)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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

#stateString

The current state of the task.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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

#targetsArray<String>

The managed devices that the task was sent to.

Returns:

  • (Array<String>)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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_idString

The ID of the task.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-snowdevicemanagement/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