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

Class: Aws::SecretsManager::Types::CancelRotateSecretResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret for which rotation was canceled.

Returns:

  • (String)

    The ARN of the secret for which rotation was canceled.

#nameString

The friendly name of the secret for which rotation was canceled.

Returns:

  • (String)

    The friendly name of the secret for which rotation was canceled.

#version_idString

The unique identifier of the version of the secret created during the rotation. This version might not be complete, and should be evaluated for possible deletion. At the very least, you should remove the VersionStage value AWSPENDING to enable this version to be deleted. Failing to clean up a cancelled rotation can block you from successfully starting future rotations.

Returns:

  • (String)

    The unique identifier of the version of the secret created during the rotation.