Module Values_1.PricingDetailSource

Describes a Reserved Instance offering.

Sourcetype nonrec t = {
  1. count : Values_0.Integer.t option;
    (*

    The number of reservations available for the price.

    *)
  2. price : Values_0.Double.t option;
    (*

    The price per instance.

    *)
}
Sourceval make : ?count:??? -> ?price:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Values_0.Double.t | `Integer of Values_0.Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t