ListScramSecretsResponse constructor

ListScramSecretsResponse({
  1. String? nextToken,
  2. List<String>? secretArnList,
})

Implementation

ListScramSecretsResponse({
  this.nextToken,
  this.secretArnList,
});