ListSecretsResponse constructor

ListSecretsResponse({
  1. String? nextToken,
  2. List<SecretListEntry>? secretList,
})

Implementation

ListSecretsResponse({
  this.nextToken,
  this.secretList,
});