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

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:



9996
9997
9998
9999
10000
10001
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9996

class StartTaskResponse < Struct.new(
  :tasks,
  :failures)
  SENSITIVE = []
  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:



9996
9997
9998
9999
10000
10001
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9996

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