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

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_set ⇒ Types::TaskSet

The details about the task set.

Returns:



19184
19185
19186
19187
19188
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 19184

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