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:



6073
6074
6075
6076
6077
# File 'lib/aws-sdk-ecs/types.rb', line 6073

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:



6073
6074
6075
6076
6077
# File 'lib/aws-sdk-ecs/types.rb', line 6073

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