AWS SDK Version 3 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.

Container for the parameters to the DescribeScalingPlans operation. Describes one or more of your scaling plans.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScalingPlans.AmazonAutoScalingPlansRequest
      Amazon.AutoScalingPlans.Model.DescribeScalingPlansRequest

Namespace: Amazon.AutoScalingPlans.Model
Assembly: AWSSDK.AutoScalingPlans.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeScalingPlansRequest : AmazonAutoScalingPlansRequest
         IAmazonWebServiceRequest

The DescribeScalingPlansRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationSources System.Collections.Generic.List<Amazon.AutoScalingPlans.Model.ApplicationSource>

Gets and sets the property ApplicationSources.

The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results.

Public Property ScalingPlanNames System.Collections.Generic.List<System.String>

Gets and sets the property ScalingPlanNames.

The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.

Public Property ScalingPlanVersion System.Int64

Gets and sets the property ScalingPlanVersion.

The version number of the scaling plan. Currently, the only valid value is 1.

If you specify a scaling plan version, you must also specify a scaling plan name.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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