Container for the parameters to the DeleteAutoScalingGroup operation.
            
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
NOTE: To remove all instances before calling DeleteAutoScalingGroup, you can call UpdateAutoScalingGroup to set the minimum and maximum size of the AutoScalingGroup to zero.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteAutoScalingGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteAutoScalingGroupRequest()()()() | Initializes a new instance of the DeleteAutoScalingGroupRequest class | 
|  | AutoScalingGroupName | 
            The name of the Auto Scaling group to delete.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ForceDelete | 
            Starting with API version 2011-01-01, specifies that the Auto Scaling group will be deleted along with all instances associated with the
            group, without waiting for all instances to be terminated.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAutoScalingGroupName(String) | Obsolete. 
            Sets the AutoScalingGroupName property
             | 
|  | WithForceDelete(Boolean) | Obsolete. 
            Sets the ForceDelete property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteAutoScalingGroupRequest | |