Values.ReservedInstanceOptionsSourceUsed to provide Reserved Instance preferences for the recommendation.
type nonrec t = {purchasingOption : PurchasingOption.t;The payment plan to use for your Reserved Instance.
*)offeringClass : OfferingClass.t;The flexibility to change the instance types needed for your Reserved Instance.
*)termLength : TermLength.t;The preferred duration of the Reserved Instance term.
*)}val make :
purchasingOption:PurchasingOption.t ->
offeringClass:OfferingClass.t ->
termLength:TermLength.t ->
unit ->
t