Current section
Files
Jump to
Current section
Files
include/aws@services@dynamodb_TimeToLiveSpecification.hrl
-record(time_to_live_specification, {
attribute_name :: gleam@option:option(binary()),
enabled :: gleam@option:option(boolean())
}).