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:



4356
4357
4358
4359
4360
# File 'lib/aws-sdk-ecs/types.rb', line 4356

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:



4356
4357
4358
4359
4360
# File 'lib/aws-sdk-ecs/types.rb', line 4356

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