ListSecretsResponse constructor
ListSecretsResponse({
- String? nextToken,
- List<
SecretListEntry> ? secretList,
Implementation
ListSecretsResponse({
this.nextToken,
this.secretList,
});