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
| Name | Description |
|---|---|
ANode | A 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
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A Grant XML node.