Values.SavingsPlansUtilizationAggregatesSourceThe aggregated utilization metrics for your Savings Plans usage.
type nonrec t = {utilization : SavingsPlansUtilization.t option;A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
*)savings : SavingsPlansSavings.t option;The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the onDemandCostEquivalent of the Savings Plans when considering the utilization rate.
*)amortizedCommitment : SavingsPlansAmortizedCommitment.t option;The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of GenericString.t ]) list ])
list ]