AWSEC2PriceScheduleSpecification
Objective-C
@interface AWSEC2PriceScheduleSpecification
Swift
class AWSEC2PriceScheduleSpecification
Describes the price for a Reserved Instance.
-
The currency for transacting the Reserved Instance resale. At this time, the only supported currency is
USD
.Declaration
Objective-C
@property (nonatomic) AWSEC2CurrencyCodeValues currencyCode;
Swift
var currencyCode: AWSEC2CurrencyCodeValues { get set }
-
The fixed price for the term.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable price;
Swift
var price: NSNumber? { get set }
-
The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable term;
Swift
var term: NSNumber? { get set }