DBClusterMember constructor

DBClusterMember({
  1. String? dBClusterParameterGroupStatus,
  2. String? dBInstanceIdentifier,
  3. bool? isClusterWriter,
  4. int? promotionTier,
})

Implementation

DBClusterMember({
  this.dBClusterParameterGroupStatus,
  this.dBInstanceIdentifier,
  this.isClusterWriter,
  this.promotionTier,
});