AWSEC2ReservedInstanceReservationValue

Objective-C

@interface AWSEC2ReservedInstanceReservationValue

Swift

class AWSEC2ReservedInstanceReservationValue

The total value of the Convertible Reserved Instance.

  • The total value of the Convertible Reserved Instance that you are exchanging.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ReservationValue *_Nullable reservationValue;

    Swift

    var reservationValue: AWSEC2ReservationValue? { get set }
  • The ID of the Convertible Reserved Instance that you are exchanging.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable reservedInstanceId;

    Swift

    var reservedInstanceId: String? { get set }