pub const AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS: Key;
Expand description
The JSON-serialized value of each item in the AttributeDefinitions
request field.
Examples
{ "AttributeName": "string", "AttributeType": "string" }
pub const AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS: Key;
The JSON-serialized value of each item in the AttributeDefinitions
request field.
{ "AttributeName": "string", "AttributeType": "string" }