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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the secret for which you just created a version.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the secret for which you just created a version.

#nameString

The friendly name of the secret for which you just created or updated a version.

Returns:

  • (String)

    The friendly name of the secret for which you just created or updated a version.

#version_idString

The unique identifier of the version of the secret you just created or updated.

Returns:

  • (String)

    The unique identifier of the version of the secret you just created or updated.

#version_stagesArray<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.

Returns:

  • (Array<String>)

    The list of staging labels that are currently attached to this version of the secret.