Class: Aws::AutoScaling::Types::DeleteWarmPoolType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
# File 'lib/aws-sdk-autoscaling/types.rb', line 1764

class DeleteWarmPoolType < Struct.new(
  :auto_scaling_group_name,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end

#force_deleteBoolean

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.

Returns:

  • (Boolean)


1764
1765
1766
1767
1768
1769
# File 'lib/aws-sdk-autoscaling/types.rb', line 1764

class DeleteWarmPoolType < Struct.new(
  :auto_scaling_group_name,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end