Returns a full description of each Auto Scaling group in the given list. This includes all Amazon EC2 instances that are members of the group. If a list of names is not provided, the service returns the full details of all Auto Scaling groups.

This action supports pagination by returning a token if there are more pages to retrieve. To get the next page, call this action again with the returned token as the NextToken parameter.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.2.0 (1.4.2.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public DescribeAutoScalingGroupsResponse DescribeAutoScalingGroups()
Public Function DescribeAutoScalingGroups As DescribeAutoScalingGroupsResponse
public:
virtual DescribeAutoScalingGroupsResponse^ DescribeAutoScalingGroups() sealed

Return Value

The response from the DescribeAutoScalingGroups service method, as returned by AmazonAutoScaling.

Implements

AmazonAutoScaling..::..DescribeAutoScalingGroups()()()()

Exceptions

See Also