Class: Aws::ECS::Types::DescribeTasksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::Failure>

Any failures associated with the call.

Returns:



4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4376

class DescribeTasksResponse < Struct.new(
  :tasks,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#tasksArray<Types::Task>

The list of tasks.

Returns:



4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4376

class DescribeTasksResponse < Struct.new(
  :tasks,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end