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

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.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1471

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

#nameString

The friendly name of the secret.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1471

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

#version_idString

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

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1471

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