Values_2.ReservedInstanceReservationValueSourceThe total value of the Convertible Reserved Instance.
type nonrec t = {reservationValue : Values_1.ReservationValue.t option;The total value of the Convertible Reserved Instance that you are exchanging.
*)reservedInstanceId : Values_0.String_.t option;The ID of the Convertible Reserved Instance that you are exchanging.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]