Class: Aws::Batch::Types::AttemptEcsTaskDetails

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

Overview

An object that represents the details of a task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_instance_arnString

The Amazon Resource Name (ARN) of the container instance that hosts the task.

Returns:

  • (String)


180
181
182
183
184
185
186
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 180

class AttemptEcsTaskDetails < Struct.new(
  :container_instance_arn,
  :task_arn,
  :containers)
  SENSITIVE = []
  include Aws::Structure
end

#containersArray<Types::AttemptTaskContainerDetails>

A list of containers that are included in the taskProperties list.



180
181
182
183
184
185
186
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 180

class AttemptEcsTaskDetails < Struct.new(
  :container_instance_arn,
  :task_arn,
  :containers)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The ARN of the Amazon ECS task.

Returns:

  • (String)


180
181
182
183
184
185
186
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 180

class AttemptEcsTaskDetails < Struct.new(
  :container_instance_arn,
  :task_arn,
  :containers)
  SENSITIVE = []
  include Aws::Structure
end