Values_2.HostOfferingSourceDetails about the Dedicated Host Reservation offering.
type nonrec t = {currencyCode : Values_0.CurrencyCodeValues.t option;The currency of the offering.
*)duration : Values_0.Integer.t option;The duration of the offering (in seconds).
*)hourlyPrice : Values_0.String_.t option;The hourly price of the offering.
*)instanceFamily : Values_0.String_.t option;The instance family of the offering.
*)offeringId : Values_1.OfferingId.t option;The ID of the offering.
*)paymentOption : Values_1.PaymentOption.t option;The available payment option.
*)upfrontPrice : Values_0.String_.t option;The upfront price of the offering. Does not apply to No Upfront offerings.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]