python-botocore/tests/unit/response_parsing/xml/responses/autoscaling-describe-adjustment-types.json
2015-11-24 20:34:53 +09:00

11 lines
268 B
JSON

{
"ResponseMetadata": {
"RequestId": "6782caf9-9167-11e2-9223-abe83dfc0567"
},
"AdjustmentTypes": [
{"AdjustmentType": "ChangeInCapacity"},
{"AdjustmentType": "ExactCapacity"},
{"AdjustmentType": "PercentChangeInCapacity"}
]
}