Class RestoreSecretResponse
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
This is the response object from the RestoreSecret operation.
public class RestoreSecretResponse : AmazonWebServiceResponse- Inheritance
- 
      
      RestoreSecretResponse
Constructors
RestoreSecretResponse()
public RestoreSecretResponse()Properties
ARN
Gets and sets the property ARN.
The ARN of the secret that was restored.
public string ARN { get; set; }Property Value
Name
Gets and sets the property Name.
The friendly name of the secret that was restored.
public string Name { get; set; }