You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecretsManager::Types::SecretVersionsListEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date and time this version of the secret was created.

Returns:

  • (Time)

    The date and time this version of the secret was created.

#last_accessed_dateTime

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.

Returns:

  • (Time)

    The date that this version of the secret was last accessed.

#version_idString

The unique version identifier of this version of the secret.

Returns:

  • (String)

    The unique version identifier of this version of the secret.

#version_stagesArray<String>

An array of staging labels that are currently associated with this version of the secret.

Returns:

  • (Array<String>)

    An array of staging labels that are currently associated with this version of the secret.