Returns a description of each Auto Scaling instance in the InstanceIds list. If a list is not provided, the service returns the full details of all instances up to a maximum of 50. By default, the service returns a list of 20 items.

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.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public DescribeAutoScalingInstancesResponse DescribeAutoScalingInstances()
Public Function DescribeAutoScalingInstances As DescribeAutoScalingInstancesResponse
public:
virtual DescribeAutoScalingInstancesResponse^ DescribeAutoScalingInstances() sealed

Return Value

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

Implements

AmazonAutoScaling..::..DescribeAutoScalingInstances()()()()

Exceptions

See Also