RDSInstanceDetails constructor

RDSInstanceDetails({
  1. bool? currentGeneration,
  2. String? databaseEdition,
  3. String? databaseEngine,
  4. String? deploymentOption,
  5. String? family,
  6. String? instanceType,
  7. String? licenseModel,
  8. String? region,
  9. bool? sizeFlexEligible,
})

Implementation

RDSInstanceDetails({
  this.currentGeneration,
  this.databaseEdition,
  this.databaseEngine,
  this.deploymentOption,
  this.family,
  this.instanceType,
  this.licenseModel,
  this.region,
  this.sizeFlexEligible,
});