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