ClusterPendingModifiedValues constructor

ClusterPendingModifiedValues({
  1. String? dBClusterIdentifier,
  2. String? engineVersion,
  3. bool? iAMDatabaseAuthenticationEnabled,
  4. String? masterUserPassword,
  5. PendingCloudwatchLogsExports? pendingCloudwatchLogsExports,
})

Implementation

ClusterPendingModifiedValues({
  this.dBClusterIdentifier,
  this.engineVersion,
  this.iAMDatabaseAuthenticationEnabled,
  this.masterUserPassword,
  this.pendingCloudwatchLogsExports,
});