Skip to main content

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

NameDescription
AGranteeTypeA type for the grantee. Valid values:||.
AValueA value identifying the grantee.
ADisplayNameA display name for the grantee.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3Grantee.

Parameters

NameDescription
ANodeA Grantee XML node.