Skip to main content

ISecretsManagerListSecretVersionIdsRequest

Interface in AWS.SecretsManager

Interface for ListSecretVersionIds requests.

Ancestors

Properties

IncludeDeprecated

property IncludeDeprecated: TOptional<Boolean>

Sepcifies whether to include versions of secrets that don't have any staging labels attached to them.

MaxResults

property MaxResults: TOptional<Integer>

Specify the maximum number of results to include in the response.

NextToken

property NextToken: string

Specify a NextToken from a previous response to fetch the next set of results.

SecretId

property SecretId: string

Specify the Amazon Resource Name (ARN) or name of the secret whose versions you want to retreive.