AWS SDK for .NET Documentation
DescribeAutoScalingGroups Method (describeAutoScalingGroupsRequest)
AmazonAmazon.AutoScalingAmazonAutoScalingDescribeAutoScalingGroups(DescribeAutoScalingGroupsRequest) Did this page help you?   Yes   No    Tell us about it...

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.

Declaration Syntax
C#
DescribeAutoScalingGroupsResponse DescribeAutoScalingGroups(
	DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest
)
Parameters
describeAutoScalingGroupsRequest (DescribeAutoScalingGroupsRequest)
Container for the necessary parameters to execute the DescribeAutoScalingGroups service method on AmazonAutoScaling.
Return Value
The response from the DescribeAutoScalingGroups service method, as returned by AmazonAutoScaling.
Exceptions
ExceptionCondition
InvalidNextTokenException

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)