You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecretsManager::Types::PutSecretValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::PutSecretValueResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the secret for which you just created a version.
-
#name ⇒ String
The friendly name of the secret for which you just created or updated a version.
-
#version_id ⇒ String
The unique identifier of the version of the secret you just created or updated.
-
#version_stages ⇒ Array<String>
The list of staging labels that are currently attached to this version of the secret.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the secret for which you just created a version.
#name ⇒ String
The friendly name of the secret for which you just created or updated a version.
#version_id ⇒ String
The unique identifier of the version of the secret you just created or updated.
#version_stages ⇒ Array<String>
The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.