Values_3.ReservedInstanceLimitPriceSourceDescribes the limit price of a Reserved Instance offering.
type nonrec t = {amount : Values_0.Double.t option;Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
*)currencyCode : Values_0.CurrencyCodeValues.t option;The currency in which the limitPrice amount is specified. 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 ]) list ]