moto/moto/iot/utils.py
2021-12-03 15:33:35 -01:00

9 lines
208 B
Python

PAGINATION_MODEL = {
"list_job_executions_for_thing": {
"input_token": "next_token",
"limit_key": "max_results",
"limit_default": 100,
"unique_attribute": "jobId",
}
}