Table of Contents

Class PolicyStatus

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

The container element for this bucket's public-policy status.

public class PolicyStatus
Inheritance
PolicyStatus
Inherited Members

Constructors

PolicyStatus()

public PolicyStatus()

Properties

IsPublic

Gets and sets the property IsPublic.

The public-policy status for this bucket.

TRUE
indicates that this bucket is public.
FALSE
indicates that the bucket is not public.
public bool IsPublic { get; set; }

Property Value

bool