Skip to main content

TSecretsManagerListSecretVersionIdsRequest

Class in AWS.SecretsManager

ListSecretVersionIds request class.

Ancestors

Properties

IncludeDeprecated

property IncludeDeprecated: TOptional<Boolean>

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

SecretId

property SecretId: string

Constructors

Create

constructor Create(const ASecretId: string);

Constructor for TSecretsManagerListSecretVersionIdsRequest.

Parameters

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