Class: Aws::SnowDeviceManagement::Types::TaskSummary

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

Overview

Information about the task assigned to one or many devices.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the task assigned to one or many devices.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060

class TaskSummary < Struct.new(
  :state,
  :tags,
  :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>)


1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060

class TaskSummary < Struct.new(
  :state,
  :tags,
  :task_arn,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060

class TaskSummary < Struct.new(
  :state,
  :tags,
  :task_arn,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The task ID.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060

class TaskSummary < Struct.new(
  :state,
  :tags,
  :task_arn,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end