MasterUserOptions constructor

MasterUserOptions({
  1. String? masterUserARN,
  2. String? masterUserName,
  3. String? masterUserPassword,
})

Implementation

MasterUserOptions({
  this.masterUserARN,
  this.masterUserName,
  this.masterUserPassword,
});