/** *
Represents an attribute for describing the key schema for the table and indexes.
*/ export interface _AttributeDefinition { /** *A name for the attribute.
*/ AttributeName: string; /** *The data type for the attribute, where:
S - the attribute is of type String
N - the attribute is of type Number
B - the attribute is of type Binary