AWSEC2ReservedInstanceLimitPrice
Objective-C
@interface AWSEC2ReservedInstanceLimitPrice
Swift
class AWSEC2ReservedInstanceLimitPrice
Describes the limit price of a Reserved Instance offering.
-
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable amount;
Swift
var amount: NSNumber? { get set }
-
The currency in which the
limitPrice
amount is specified. At this time, the only supported currency isUSD
.Declaration
Objective-C
@property (nonatomic) AWSEC2CurrencyCodeValues currencyCode;
Swift
var currencyCode: AWSEC2CurrencyCodeValues { get set }