Skip to main content

TS3TargetGrant

Class in AWS.S3

TargetGrant node class.

Ancestors

Properties

Grantee

property Grantee: IS3Grantee

Type: IS3Grantee

Permission

property Permission: string

Constructors

Create

constructor Create; overload;

Constructor for TS3TargetGrant.

Parameters

NameDescription
ANodeA Grant XML node.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3TargetGrant.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A Grant XML node.