Skip to main content

TS3OwnershipControlsRule

Class in AWS.S3

OwnershipControls Rule node class.

Ancestors

Properties

ObjectOwnership

property ObjectOwnership: string

Constructors

Create

constructor Create(const AObjectOwnership: string); overload;

Object ownership control. Valid values: BucketOwnerPreferred | ObjectWriter.

(AObjectOwnership

Parameters

NameDescription
``

constructor Create(const ANode: IXMLNode); overload;

A Rule XML node.

(ANode

Parameters

NameDescription
``

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A Rule XML node.