DescribeScalingPlanResourcesRequest
public struct DescribeScalingPlanResourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of scalable resources to return. The value must 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 name of the scaling plan.
Declaration
Swift
public let scalingPlanName: String
-
The version number of the scaling plan.
Declaration
Swift
public let scalingPlanVersion: Int64
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, scalingPlanName: String, scalingPlanVersion: Int64)
-
Declaration
Swift
public func validate(name: String) throws