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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-secretsmanager/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret for which rotation was canceled.

Returns:

  • (String)


66
67
68
69
70
71
# File 'lib/aws-sdk-secretsmanager/types.rb', line 66

class CancelRotateSecretResponse < Struct.new(
  :arn,
  :name,
  :version_id)
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


66
67
68
69
70
71
# File 'lib/aws-sdk-secretsmanager/types.rb', line 66

class CancelRotateSecretResponse < Struct.new(
  :arn,
  :name,
  :version_id)
  include Aws::Structure
end

#version_idString

The unique identifier of the version of the secret that was 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)


66
67
68
69
70
71
# File 'lib/aws-sdk-secretsmanager/types.rb', line 66

class CancelRotateSecretResponse < Struct.new(
  :arn,
  :name,
  :version_id)
  include Aws::Structure
end