Class: Aws::AutoScaling::Types::DeleteWarmPoolType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeleteWarmPoolType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#force_delete ⇒ Boolean
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2086 class DeleteWarmPoolType < Struct.new( :auto_scaling_group_name, :force_delete) SENSITIVE = [] include Aws::Structure end |
#force_delete ⇒ Boolean
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2086 class DeleteWarmPoolType < Struct.new( :auto_scaling_group_name, :force_delete) SENSITIVE = [] include Aws::Structure end |