AWS SDK for C++AWS SDK for C++ Version 1.11.747 |
#include <AttributeDefinition.h>
Represents an attribute for describing the schema for the table and indexes.
Definition at line 29 of file AttributeDefinition.h.
A name for the attribute.
Definition at line 41 of file AttributeDefinition.h.
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
Definition at line 62 of file AttributeDefinition.h.
A name for the attribute.
Definition at line 40 of file AttributeDefinition.h.
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
Definition at line 61 of file AttributeDefinition.h.
A name for the attribute.
Definition at line 43 of file AttributeDefinition.h.
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
Definition at line 63 of file AttributeDefinition.h.
A name for the attribute.
Definition at line 48 of file AttributeDefinition.h.
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
Definition at line 67 of file AttributeDefinition.h.