Class PutSecretValueResponse
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
This is the response object from the PutSecretValue operation.
public class PutSecretValueResponse : AmazonWebServiceResponse
- Inheritance
-
PutSecretValueResponse
Constructors
PutSecretValueResponse()
public PutSecretValueResponse()
Properties
ARN
Gets and sets the property ARN.
The Amazon Resource Name (ARN) for the secret for which you just created a version.
public string ARN { get; set; }
Property Value
Name
Gets and sets the property Name.
The friendly name of the secret for which you just created or updated a version.
public string Name { get; set; }
Property Value
VersionId
Gets and sets the property VersionId.
The unique identifier of the version of the secret you just created or updated.
public string VersionId { get; set; }
Property Value
VersionStages
Gets and sets the property VersionStages.
The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.
public List<string> VersionStages { get; set; }