DeleteScalingPlanRequest
public struct DeleteScalingPlanRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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(scalingPlanName: String, scalingPlanVersion: Int64)
-
Declaration
Swift
public func validate(name: String) throws