moto/moto/dax/utils.py
2021-12-27 19:15:37 -01:00

9 lines
195 B
Python

PAGINATION_MODEL = {
"describe_clusters": {
"input_token": "next_token",
"limit_key": "max_results",
"limit_default": 100,
"unique_attribute": "arn",
},
}