BatchDisassociateScramSecretResponse constructor

BatchDisassociateScramSecretResponse({
  1. String? clusterArn,
  2. List<UnprocessedScramSecret>? unprocessedScramSecrets,
})

Implementation

BatchDisassociateScramSecretResponse({
  this.clusterArn,
  this.unprocessedScramSecrets,
});