Values_1.PricingDetailSourceDescribes a Reserved Instance offering.
type nonrec t = {count : Values_0.Integer.t option;The number of reservations available for the price.
*)price : Values_0.Double.t option;The price per instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.Double.t | `Integer of Values_0.Integer.t ])
list ]