Amazon.S3.GranteeType.GranteeType C# (CSharp) Method

GranteeType() public method

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