The AutoScalingGroupsType data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeAutoScalingGroupsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeAutoScalingGroupsResult()()()() | Initializes a new instance of the DescribeAutoScalingGroupsResult class | 
|  | AutoScalingGroups | 
            A list of Auto Scaling groups.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NextToken | 
            A string that marks the start of the next batch of returned results.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAutoScalingGroups(array<AutoScalingGroup>[]()[][]) | Obsolete. 
            Adds elements to the AutoScalingGroups collection
             | 
|  | WithAutoScalingGroups(IEnumerable<(Of <<'(AutoScalingGroup>)>>)) | Obsolete. 
            Adds elements to the AutoScalingGroups collection
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeAutoScalingGroupsResult |