class Aws::ECS::Types::DeleteServiceRequest
@note When making an API call, you may pass DeleteServiceRequest
data as a hash: { cluster: "String", service: "String", # required force: false, }
@!attribute [rw] cluster
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed. @return [String]
@!attribute [rw] service
The name of the service to delete. @return [String]
@!attribute [rw] force
If `true`, allows you to delete a service even if it has not been scaled down to zero tasks. It is only necessary to use this if the service is using the `REPLICA` scheduling strategy. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteServiceRequest AWS API Documentation
Constants
- SENSITIVE