Class: Aws::ECS::Types::StartTaskResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::Failure>

Any failures associated with the call.

Returns:



5999
6000
6001
6002
6003
# File 'lib/aws-sdk-ecs/types.rb', line 5999

class StartTaskResponse < Struct.new(
  :tasks,
  :failures)
  include Aws::Structure
end

#tasksArray<Types::Task>

A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.

Returns:



5999
6000
6001
6002
6003
# File 'lib/aws-sdk-ecs/types.rb', line 5999

class StartTaskResponse < Struct.new(
  :tasks,
  :failures)
  include Aws::Structure
end