Values.SavingsPlansSourceThe Savings Plans commitment details.
type nonrec t = {paymentOption : PaymentOption.t option;The payment option for the Savings Plans commitment.
*)savingsPlansType : SupportedSavingsPlansType.t option;The Savings Plans type.
*)region : GenericString.t option;The Region associated with the Savings Plans commitment.
*)instanceFamily : GenericString.t option;The instance family of the Savings Plans commitment.
*)termInYears : TermInYears.t option;The term that you want the Savings Plans commitment for.
*)savingsPlansCommitment : SavingsPlansCommitment.t option;The Savings Plans commitment.
*)offeringId : GenericString.t option;The unique ID that's used to distinguish Savings Plans commitments from one another.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SavingsPlansCommitment.t
| `Enum of string
| `String of GenericString.t ])
list ]