Table of Contents

Class DeleteResourcePolicyResponse

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

This is the response object from the DeleteResourcePolicy operation.

public class DeleteResourcePolicyResponse : AmazonWebServiceResponse
Inheritance
DeleteResourcePolicyResponse

Constructors

DeleteResourcePolicyResponse()

public DeleteResourcePolicyResponse()

Properties

ARN

Gets and sets the property ARN.

The ARN of the secret that the resource-based policy was deleted for.

public string ARN { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The friendly name of the secret that the resource-based policy was deleted for.

public string Name { get; set; }

Property Value

string