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
| Name | Description |
|---|---|
| `` |
constructor Create(const ANode: IXMLNode); overload;
A Rule XML node.
(ANode
Parameters
| Name | Description |
|---|---|
| `` |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A Rule XML node.