class Aws::ECS::Types::UpdateTaskSetRequest
@note When making an API call, you may pass UpdateTaskSetRequest
data as a hash: { cluster: "String", # required service: "String", # required task_set: "String", # required scale: { # required value: 1.0, unit: "PERCENT", # accepts PERCENT }, }
@!attribute [rw] cluster
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in. @return [String]
@!attribute [rw] service
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in. @return [String]
@!attribute [rw] task_set
The short name or full Amazon Resource Name (ARN) of the task set to update. @return [String]
@!attribute [rw] scale
A floating-point percentage of the desired number of tasks to place and keep running in the task set. @return [Types::Scale]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/UpdateTaskSetRequest AWS API Documentation
Constants
- SENSITIVE