C# Class Amazon.S3.GranteeType

A list of all grantee types.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CanonicalUser GranteeType
Email GranteeType
Group GranteeType

Méthodes publiques

Méthode 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : GranteeType
value string
Résultat GranteeType

GranteeType() public méthode

Construct an instance of GranteeType.
public GranteeType ( string value ) : System
value string
Résultat System

Property Details

CanonicalUser public_oe static_oe property

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

Email public_oe static_oe property

The email address of an AWS account
public static GranteeType,Amazon.S3 Email
Résultat GranteeType

Group public_oe static_oe property

The predefined group.
public static GranteeType,Amazon.S3 Group
Résultat GranteeType