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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret.

Returns:

  • (String)


143
144
145
146
147
148
149
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 143

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

#nameString

The name of the secret.

Returns:

  • (String)


143
144
145
146
147
148
149
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 143

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

#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. We recommend that you remove the VersionStage value AWSPENDING from this version so that Secrets Manager can delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.

Returns:

  • (String)


143
144
145
146
147
148
149
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 143

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