TS3Grantee
Class in AWS.S3
Grantee class.
Ancestors
Properties
DisplayName
property DisplayName: string
GranteeType
property GranteeType: string
Value
property Value: string
Constructors
Create
constructor Create(const AGranteeType, AValue: string; const ADisplayName: string = ''); overload;
Constructor for TS3Grantee.
Parameters
| Name | Description |
|---|---|
AGranteeType | A type for the grantee. Valid values:||. |
AValue | A value identifying the grantee. |
ADisplayName | A display name for the grantee. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3Grantee.
Parameters
| Name | Description |
|---|---|
ANode | A Grantee XML node. |