Module Values_3.ReservedInstanceLimitPriceSource

Describes the limit price of a Reserved Instance offering.

Sourcetype nonrec t = {
  1. amount : Values_0.Double.t option;
    (*

    Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

    *)
  2. currencyCode : Values_0.CurrencyCodeValues.t option;
    (*

    The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

    *)
}
Sourceval make : ?amount:??? -> ?currencyCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Values_0.Double.t | `Enum of string ]) 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