AWSEC2PaymentOption
Objective-C
NS_ENUM(NSInteger, AWSEC2PaymentOption) {
AWSEC2PaymentOptionUnknown,
AWSEC2PaymentOptionAllUpfront,
AWSEC2PaymentOptionPartialUpfront,
AWSEC2PaymentOptionNoUpfront,
}
Swift
enum AWSEC2PaymentOption : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2PaymentOptionUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2PaymentOptionAllUpfrontSwift
case allUpfront = 1 -
Undocumented
Declaration
Objective-C
AWSEC2PaymentOptionPartialUpfrontSwift
case partialUpfront = 2 -
Undocumented
Declaration
Objective-C
AWSEC2PaymentOptionNoUpfrontSwift
case noUpfront = 3
View on GitHub
Install in Dash
AWSEC2PaymentOption Enumeration Reference