AWSEC2ReservationValue

Objective-C

@interface AWSEC2ReservationValue

Swift

class AWSEC2ReservationValue

The cost associated with the Reserved Instance.

  • The hourly rate of the reservation.

    Declaration

    Objective-C

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

    Swift

    var hourlyPrice: String? { get set }
  • The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

    Declaration

    Objective-C

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

    Swift

    var remainingTotalValue: String? { get set }
  • The remaining upfront cost of the reservation.

    Declaration

    Objective-C

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

    Swift

    var remainingUpfrontValue: String? { get set }