class Aws::ECS::Types::DeleteTaskSetRequest
@note When making an API call, you may pass DeleteTaskSetRequest
data as a hash: { cluster: "String", # required service: "String", # required task_set: "String", # required force: false, }
@!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 to delete. @return [String]
@!attribute [rw] service
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete. @return [String]
@!attribute [rw] task_set
The task set ID or full Amazon Resource Name (ARN) of the task set to delete. @return [String]
@!attribute [rw] force
If `true`, this allows you to delete a task set even if it hasn't been scaled down to zero. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteTaskSetRequest AWS API Documentation
Constants
- SENSITIVE