ReplicationPendingModifiedValues constructor

ReplicationPendingModifiedValues({
  1. int? allocatedStorage,
  2. String? engineVersion,
  3. bool? multiAZ,
  4. String? replicationInstanceClass,
})

Implementation

ReplicationPendingModifiedValues({
  this.allocatedStorage,
  this.engineVersion,
  this.multiAZ,
  this.replicationInstanceClass,
});