AWSEC2TargetReservationValue
Objective-C
@interface AWSEC2TargetReservationValue
Swift
class AWSEC2TargetReservationValue
The total value of the new Convertible Reserved Instances.
-
The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ReservationValue *_Nullable reservationValue;
Swift
var reservationValue: AWSEC2ReservationValue? { get set }
-
The configuration of the Convertible Reserved Instances that make up the exchange.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TargetConfiguration *_Nullable targetConfiguration;
Swift
var targetConfiguration: AWSEC2TargetConfiguration? { get set }