DeleteScalingPolicyInput
public struct DeleteScalingPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a fleet to be deleted. You can use either the fleet ID or ARN value.
Declaration
Swift
public let fleetId: String
-
A descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(fleetId: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws