Skip to main content

include/aws@services@api_gateway_QuotaSettings.hrl

-record(quota_settings, {
    limit :: gleam@option:option(integer()),
    offset :: gleam@option:option(integer()),
    period :: gleam@option:option(aws@services@api_gateway:quota_period_type())
}).