AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DescribePolicies operation. Describes the policies for the specified Auto Scaling group.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScaling.AmazonAutoScalingRequest
      Amazon.AutoScaling.Model.DescribePoliciesRequest

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribePoliciesRequest : AmazonAutoScalingRequest
         IRequestEvents

The DescribePoliciesRequest type exposes the following members

Constructors

NameDescription
Public Method DescribePoliciesRequest()

Properties

NameTypeDescription
Public Property AutoScalingGroupName System.String Gets and sets the property AutoScalingGroupName.

The name of the group.

Public Property MaxRecords System.Int32 Gets and sets the property MaxRecords.

The maximum number of items to be returned with each call.

Public Property NextToken System.String Gets and sets the property NextToken.

The token for the next set of items to return. (You received this token from a previous call.)

Public Property PolicyNames System.Collections.Generic.List<System.String> Gets and sets the property PolicyNames.

One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.

Public Property PolicyTypes System.Collections.Generic.List<System.String> Gets and sets the property PolicyTypes.

One or more policy types. Valid values are SimpleScaling and StepScaling.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8