Current section
Files
Jump to
Current section
Files
include/aws@services@dynamodb_KeySchemaElement.hrl
-record(key_schema_element, {
attribute_name :: gleam@option:option(binary()),
key_type :: gleam@option:option(aws@services@dynamodb:key_type())
}).