Skip to main content

include/aws@services@dynamodb_ListContributorInsightsOutput.hrl

-record(list_contributor_insights_output, {
    contributor_insights_summaries :: gleam@option:option(list(aws@services@dynamodb:contributor_insights_summary())),
    next_token :: gleam@option:option(binary())
}).