Values_3.PriceScheduleSpecificationSourceDescribes the price for a Reserved Instance.
type nonrec t = {term : Values_0.Long.t option;The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
*)price : Values_0.Double.t option;The fixed price for the term.
*)currencyCode : Values_0.CurrencyCodeValues.t option;The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.Double.t
| `Enum of string
| `Long of Values_0.Long.t ])
list ]