Class: Aws::ECS::Types::CreateTaskSetResponse

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

#task_setTypes::TaskSet

Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment. A task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic.

Returns:



3216
3217
3218
3219
3220
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3216

class CreateTaskSetResponse < Struct.new(
  :task_set)
  SENSITIVE = []
  include Aws::Structure
end