Class GranteeType
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
The email address of an AWS account
public static readonly GranteeType Email
Field Value
Group
The predefined group.
public static readonly GranteeType Group
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static GranteeType FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator GranteeType(string)
Convert a string to GranteeType.
public static implicit operator GranteeType(string value)
Parameters
value
string