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