Class RotateSecretResponse
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
This is the response object from the RotateSecret operation.
public class RotateSecretResponse : AmazonWebServiceResponse- Inheritance
- 
      
      RotateSecretResponse
Constructors
RotateSecretResponse()
public RotateSecretResponse()Properties
ARN
Gets and sets the property ARN.
The ARN of the secret.
public string ARN { get; set; }Property Value
Name
Gets and sets the property Name.
The friendly name of the secret.
public string Name { get; set; }Property Value
VersionId
Gets and sets the property VersionId.
The ID of the new version of the secret created by the rotation started by this request.
public string VersionId { get; set; }