Values.SavingsPlanOfferingRateSourceInformation about a Savings Plan offering rate.
type nonrec t = {savingsPlanOffering : ParentSavingsPlanOffering.t option;The Savings Plan offering.
*)rate : SavingsPlanRatePricePerUnit.t option;The Savings Plan rate.
*)unit : SavingsPlanRateUnit.t option;The unit.
*)productType : SavingsPlanProductType.t option;The product type.
*)serviceCode : SavingsPlanRateServiceCode.t option;The service.
*)usageType : SavingsPlanRateUsageType.t option;The usage details of the line item in the billing report.
*)operation : SavingsPlanRateOperation.t option;The specific Amazon Web Services operation for the line item in the billing report.
*)properties : SavingsPlanOfferingRatePropertyList.t option;The properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of JsonSafeFilterValueString.t ]) list ]
list
| `String of SavingsPlanRatePricePerUnit.t
| `Structure of
(string
* [> `Enum of string
| `Long of SavingsPlansDuration.t
| `String of UUID.t ])
list ])
list ]