Values_1.ReservationValueSourceThe cost associated with the Reserved Instance.
type nonrec t = {hourlyPrice : Values_0.String_.t option;The hourly rate of the reservation.
*)remainingTotalValue : Values_0.String_.t option;The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
*)remainingUpfrontValue : Values_0.String_.t option;The remaining upfront cost of the reservation.
*)}