BatchDisassociateScramSecretResponse constructor
BatchDisassociateScramSecretResponse({
- String? clusterArn,
- List<
UnprocessedScramSecret> ? unprocessedScramSecrets,
Implementation
BatchDisassociateScramSecretResponse({
this.clusterArn,
this.unprocessedScramSecrets,
});