ReservedDBInstance constructor

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

Implementation

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