Class: Aws::SecretsManager::Types::RestoreSecretResponse

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 that was restored.

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1627

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

#nameString

The name of the secret that was restored.

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1627

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