Method: Aws::ECS::Types::DeleteServiceRequest#force
- Defined in:
- lib/aws-sdk-ecs/types.rb
#force ⇒ Boolean
If true, allows you to delete a service even if it wasn’t scaled down to zero tasks. It’s only necessary to use this if the service uses the REPLICA scheduling strategy.
3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-ecs/types.rb', line 3915 class DeleteServiceRequest < Struct.new( :cluster, :service, :force) SENSITIVE = [] include Aws::Structure end |