AWS SDK for C++AWS SDK for C++ Version 1.11.617 |
#include <AttributeDefinition.h>
Represents an attribute for describing the schema for the table and indexes.
Definition at line 33 of file AttributeDefinition.h.
A name for the attribute.
Definition at line 47 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 46 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 49 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 51 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 64 of file AttributeDefinition.h.