ReservedDBInstancesOffering constructor

ReservedDBInstancesOffering({
  1. String? currencyCode,
  2. String? dBInstanceClass,
  3. int? duration,
  4. double? fixedPrice,
  5. bool? multiAZ,
  6. String? offeringType,
  7. String? productDescription,
  8. List<RecurringCharge>? recurringCharges,
  9. String? reservedDBInstancesOfferingId,
  10. double? usagePrice,
})

Implementation

ReservedDBInstancesOffering({
  this.currencyCode,
  this.dBInstanceClass,
  this.duration,
  this.fixedPrice,
  this.multiAZ,
  this.offeringType,
  this.productDescription,
  this.recurringCharges,
  this.reservedDBInstancesOfferingId,
  this.usagePrice,
});