Amazon.DynamoDBv2.KeyType.KeyType C# (CSharp) Method

KeyType() public method

Default Constructor
public KeyType ( string value ) : System
value string
return System
        public KeyType(string value)
            : base(value)
        {
        }