Skip to main content

ISecretsManagerListSecretVersionIdsResponse

Interface in AWS.SecretsManager

Interface for ListSecretVersionIds responses.

Ancestors

Properties

ARN

property ARN: TARN

The Amazon Resource Name (ARN) of the secret.

Name

property Name: string

The name of the secret.

NextToken

property NextToken: string

A token used to retrieve more results.

If more results are available, Secrets Manager includes a NextToken to be used in a subsequent ListSecretVersionIds request to retrieve more results.

Versions

property Versions: TList<ISecretsManagerSecretVersionsListEntry>

Type: ISecretsManagerSecretVersionsListEntry

A list of versions of the secret.