DescribeScalingPlansRequest
public struct DescribeScalingPlansRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.
Declaration
Swift
public let applicationSources: [ApplicationSource]?
-
The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.
Declaration
Swift
public let maxResults: Int?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.
Declaration
Swift
public let scalingPlanNames: [String]?
-
The version number of the scaling plan. If you specify a scaling plan version, you must also specify a scaling plan name.
Declaration
Swift
public let scalingPlanVersion: Int64?
-
Undocumented
Declaration
Swift
public init(applicationSources: [ApplicationSource]? = nil, maxResults: Int? = nil, nextToken: String? = nil, scalingPlanNames: [String]? = nil, scalingPlanVersion: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws