GlobalClusterMember constructor

GlobalClusterMember({
  1. String? dBClusterArn,
  2. WriteForwardingStatus? globalWriteForwardingStatus,
  3. bool? isWriter,
  4. List<String>? readers,
})

Implementation

GlobalClusterMember({
  this.dBClusterArn,
  this.globalWriteForwardingStatus,
  this.isWriter,
  this.readers,
});