DBEngineVersion constructor

DBEngineVersion({
  1. String? dBEngineDescription,
  2. String? dBEngineVersionDescription,
  3. String? dBParameterGroupFamily,
  4. CharacterSet? defaultCharacterSet,
  5. String? engine,
  6. String? engineVersion,
  7. List<String>? exportableLogTypes,
  8. String? status,
  9. List<CharacterSet>? supportedCharacterSets,
  10. List<String>? supportedEngineModes,
  11. List<String>? supportedFeatureNames,
  12. List<CharacterSet>? supportedNcharCharacterSets,
  13. List<Timezone>? supportedTimezones,
  14. bool? supportsGlobalDatabases,
  15. bool? supportsLogExportsToCloudwatchLogs,
  16. bool? supportsParallelQuery,
  17. bool? supportsReadReplica,
  18. List<UpgradeTarget>? validUpgradeTarget,
})

Implementation

DBEngineVersion({
  this.dBEngineDescription,
  this.dBEngineVersionDescription,
  this.dBParameterGroupFamily,
  this.defaultCharacterSet,
  this.engine,
  this.engineVersion,
  this.exportableLogTypes,
  this.status,
  this.supportedCharacterSets,
  this.supportedEngineModes,
  this.supportedFeatureNames,
  this.supportedNcharCharacterSets,
  this.supportedTimezones,
  this.supportsGlobalDatabases,
  this.supportsLogExportsToCloudwatchLogs,
  this.supportsParallelQuery,
  this.supportsReadReplica,
  this.validUpgradeTarget,
});