Values.SavingsPlansUtilizationDetailSourceA single daily or monthly Savings Plans utilization rate and details for your account. A management account in an organization have access to member accounts. You can use GetDimensionValues to determine the possible dimension values.
type nonrec t = {savingsPlanArn : SavingsPlanArn.t option;The unique Amazon Resource Name (ARN) for a particular Savings Plan.
*)attributes : Attributes.t option;The attribute that applies to a specific Dimension.
*)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 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. Includes the sum of the upfront and recurring Savings Plans fees.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `String of SavingsPlanArn.t
| `Structure of (string * [> `String of GenericString.t ]) list ])
list ]