Class: Aws::ECS::Types::RunTaskResponse

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:



5492
5493
5494
5495
5496
# File 'lib/aws-sdk-ecs/types.rb', line 5492

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

#tasksArray<Types::Task>

A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.

Returns:



5492
5493
5494
5495
5496
# File 'lib/aws-sdk-ecs/types.rb', line 5492

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