BatchAssociateScramSecretResponse constructor

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

Implementation

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