Values.SavingsPlanOfferingSourceInformation about a Savings Plan offering.
type nonrec t = {offeringId : UUID.t option;The ID of the offering.
*)productTypes : SavingsPlanProductTypeList.t option;The product type.
*)planType : SavingsPlanType.t option;The plan type.
*)description : SavingsPlanDescription.t option;The description.
*)paymentOption : SavingsPlanPaymentOption.t option;The payment option.
*)durationSeconds : SavingsPlansDuration.t option;The duration, in seconds.
*)currency : CurrencyCode.t option;The currency.
*)serviceCode : SavingsPlanServiceCode.t option;The service.
*)usageType : SavingsPlanUsageType.t option;The usage details of the line item in the billing report.
*)operation : SavingsPlanOperation.t option;The specific Amazon Web Services operation for the line item in the billing report.
*)properties : SavingsPlanOfferingPropertyList.t option;The properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of JsonSafeFilterValueString.t ])
list ]
list
| `Long of SavingsPlansDuration.t
| `String of UUID.t ])
list ]