Class: Aws::ECS::Types::UpdateServicePrimaryTaskSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_setTypes::TaskSet

The details about the task set.

Returns:



12255
12256
12257
12258
12259
# File 'lib/aws-sdk-ecs/types.rb', line 12255

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