Values.SavingsPlanRateSourceInformation about a Savings Plan rate.
type nonrec t = {rate : Amount.t option;The rate.
*)currency : CurrencyCode.t option;The currency.
*)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 : SavingsPlanRatePropertyList.t option;The properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of JsonSafeFilterValueString.t ])
list ]
list
| `String of Amount.t ])
list ]