Values_0.ReservedDBInstancesOfferingSourceThis data type is used as a response element in the DescribeReservedDBInstancesOfferings action.
type nonrec t = {reservedDBInstancesOfferingId : String_.t option;The offering identifier.
*)dBInstanceClass : String_.t option;The DB instance class for the reserved DB instance.
*)duration : Integer.t option;The duration of the offering in seconds.
*)fixedPrice : Double.t option;The fixed price charged for this offering.
*)usagePrice : Double.t option;The hourly price charged for this offering.
*)currencyCode : String_.t option;The currency code for the reserved DB instance offering.
*)productDescription : String_.t option;The database engine used by the offering.
*)offeringType : String_.t option;The offering type.
*)multiAZ : Boolean.t option;Indicates whether the offering applies to Multi-AZ deployments.
*)recurringCharges : RecurringChargeList.t option;The recurring price charged to run this reserved DB instance.
*)}