9 lines
195 B
Python
9 lines
195 B
Python
PAGINATION_MODEL = {
|
|
"describe_clusters": {
|
|
"input_token": "next_token",
|
|
"limit_key": "max_results",
|
|
"limit_default": 100,
|
|
"unique_attribute": "arn",
|
|
},
|
|
}
|