class Aws::AutoScaling::Types::DeleteAutoScalingGroupType

@note When making an API call, you may pass DeleteAutoScalingGroupType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      force_delete: false,
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] force_delete

Specifies that the group is to be deleted along with all instances
associated with the group, without waiting for all instances to be
terminated. This parameter also deletes any outstanding lifecycle
actions associated with the group.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteAutoScalingGroupType AWS API Documentation

Constants

SENSITIVE