Table of Contents

Class GranteeType

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A list of all grantee types.

public sealed class GranteeType : ConstantClass
Inheritance
GranteeType

Constructors

GranteeType(string)

Construct an instance of GranteeType.

public GranteeType(string value)

Parameters

value string

Fields

CanonicalUser

The canonical user ID of an AWS account

public static readonly GranteeType CanonicalUser

Field Value

GranteeType

Email

The email address of an AWS account

public static readonly GranteeType Email

Field Value

GranteeType

Group

The predefined group.

public static readonly GranteeType Group

Field Value

GranteeType

Methods

FindValue(string)

Finds the constant for the unique value.

public static GranteeType FindValue(string value)

Parameters

value string

Returns

GranteeType

Operators

implicit operator GranteeType(string)

Convert a string to GranteeType.

public static implicit operator GranteeType(string value)

Parameters

value string

Returns

GranteeType