Table of Contents

Class S3Grantee

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Grantee

public class S3Grantee
Inheritance
S3Grantee
Inherited Members

Constructors

S3Grantee()

public S3Grantee()

Properties

CanonicalUser

The canonical user ID of the grantee.

public string CanonicalUser { get; set; }

Property Value

string

DisplayName

Screen name of the grantee.

public string DisplayName { get; set; }

Property Value

string

EmailAddress

Email address of the grantee.

public string EmailAddress { get; set; }

Property Value

string

Type

Type of grantee

public GranteeType Type { get; }

Property Value

GranteeType

URI

URI of the grantee group.

public string URI { get; set; }

Property Value

string