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