Class: Aws::ECS::Types::UpdateServicePrimaryTaskSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateServicePrimaryTaskSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_set ⇒ Types::TaskSet
The details about the task set.
Instance Attribute Details
#task_set ⇒ Types::TaskSet
The details about the task set.
13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-ecs/types.rb', line 13201 class UpdateServicePrimaryTaskSetResponse < Struct.new( :task_set) SENSITIVE = [] include Aws::Structure end |