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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1737
1738
1739
1740
1741
1742
1743
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1737

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

#nameString

The name of the secret.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
1743
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1737

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

#version_idString

The ID of the new version of the secret.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
1743
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1737

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