Table of Contents

Class GetBucketPolicyResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Get BucketName Policy Response

public class GetBucketPolicyResponse : AmazonWebServiceResponse
Inheritance
GetBucketPolicyResponse

Constructors

GetBucketPolicyResponse()

public GetBucketPolicyResponse()

Properties

Policy

The bucket policy as a JSON document.

public string Policy { get; set; }

Property Value

string