Amazon.DynamoDBv2.Model.KeySchemaElement.KeySchemaElement C# (CSharp) Method

KeySchemaElement() public method

Empty constructor used to set properties independently even when a simple constructor is available
public KeySchemaElement ( ) : System
return System
        public KeySchemaElement() { }

Same methods

KeySchemaElement::KeySchemaElement ( string attributeName, KeyType keyType ) : System