ReservedDBInstance constructor

ReservedDBInstance({
  1. String? currencyCode,
  2. String? dBInstanceClass,
  3. int? dBInstanceCount,
  4. int? duration,
  5. double? fixedPrice,
  6. bool? multiAZ,
  7. String? offeringType,
  8. String? productDescription,
  9. List<RecurringCharge>? recurringCharges,
  10. String? reservedDBInstanceId,
  11. String? reservedDBInstancesOfferingId,
  12. DateTime? startTime,
  13. String? state,
  14. double? usagePrice,
})

Implementation

ReservedDBInstance({
  this.currencyCode,
  this.dBInstanceClass,
  this.dBInstanceCount,
  this.duration,
  this.fixedPrice,
  this.multiAZ,
  this.offeringType,
  this.productDescription,
  this.recurringCharges,
  this.reservedDBInstanceId,
  this.reservedDBInstancesOfferingId,
  this.startTime,
  this.state,
  this.usagePrice,
});