class Aws::SecretsManager::Types::SecretVersionsListEntry

A structure that contains information about one version of a secret.

@!attribute [rw] version_id

The unique version identifier of this version of the secret.
@return [String]

@!attribute [rw] version_stages

An array of staging labels that are currently associated with this
version of the secret.
@return [Array<String>]

@!attribute [rw] last_accessed_date

The date that this version of the secret was last accessed. Note
that the resolution of this field is at the date level and does not
include the time.
@return [Time]

@!attribute [rw] created_date

The date and time this version of the secret was created.
@return [Time]

@!attribute [rw] kms_key_ids

The KMS keys used to encrypt the secret version.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/SecretVersionsListEntry AWS API Documentation

Constants

SENSITIVE