Returns descriptions of what each policy does. This action supports pagination. If the response includes a token, there are more records available. To get the additional records, repeat the request with the response 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 DescribePoliciesResponse DescribePolicies()
Public Function DescribePolicies As DescribePoliciesResponse
public:
virtual DescribePoliciesResponse^ DescribePolicies() sealed

Return Value

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

Implements

AmazonAutoScaling..::..DescribePolicies()()()()

Exceptions

See Also