C# Class Amazon.S3.GranteeType

A list of all grantee types.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CanonicalUser GranteeType
Email GranteeType
Group GranteeType

Public Methods

Method Description
FindValue ( string value ) : GranteeType

Finds the constant for the unique value.

GranteeType ( string value ) : System

Construct an instance of GranteeType.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : GranteeType
value string
return GranteeType

GranteeType() public method

Construct an instance of GranteeType.
public GranteeType ( string value ) : System
value string
return System

Property Details

CanonicalUser public static property

The canonical user ID of an AWS account
public static GranteeType,Amazon.S3 CanonicalUser
return GranteeType

Email public static property

The email address of an AWS account
public static GranteeType,Amazon.S3 Email
return GranteeType

Group public static property

The predefined group.
public static GranteeType,Amazon.S3 Group
return GranteeType