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

Class: Aws::SecretsManager::Types::RotateSecretResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret.

Returns:

  • (String)

    The ARN of the secret.

#nameString

The friendly name of the secret.

Returns:

  • (String)

    The friendly name of the secret.

#version_idString

The ID of the new version of the secret created by the rotation started by this request.

Returns:

  • (String)

    The ID of the new version of the secret created by the rotation started by this request.