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
- Struct
- Aws::SecretsManager::Types::SecretVersionsListEntry
- Defined in:
- (unknown)
Overview
A structure that contains information about one version of a secret.
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time this version of the secret was created.
-
#last_accessed_date ⇒ Time
The date that this version of the secret was last accessed.
-
#version_id ⇒ String
The unique version identifier of this version of the secret.
-
#version_stages ⇒ Array<String>
An array of staging labels that are currently associated with this version of the secret.
Instance Attribute Details
#created_date ⇒ Time
The date and time this version of the secret was created.
#last_accessed_date ⇒ Time
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.
#version_id ⇒ String
The unique version identifier of this version of the secret.
#version_stages ⇒ Array<String>
An array of staging labels that are currently associated with this version of the secret.