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

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

Returns:

  • (String)


1524
1525
1526
1527
1528
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1524

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

#nameString

The friendly name of the secret that was restored.

Returns:

  • (String)


1524
1525
1526
1527
1528
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1524

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