attributeDefinitions property
An array of AttributeDefinition objects. Each of these objects
describes one attribute in the table and index key schema.
Each AttributeDefinition object in this array is composed of:
- 
AttributeName- The name of the attribute.
- 
AttributeType- The data type for the attribute.
Implementation
final List<AttributeDefinition>? attributeDefinitions;