Class: Aws::SecretsManager::Types::RestoreSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::RestoreSecretResponse
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret that was restored.
-
#name ⇒ String
The name of the secret that was restored.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret that was restored.
1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1679 class RestoreSecretResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret that was restored.
1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1679 class RestoreSecretResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |