python-botocore/tests/unit/response_parsing/xml/responses/sqs-get-queue-url.json
2015-11-24 20:34:53 +09:00

6 lines
173 B
JSON

{
"QueueUrl": "http://sqs.us-east-1.amazonaws.com/123456789012/testQueue",
"ResponseMetadata": {
"RequestId": "470a6f13-2ed9-4181-ad8a-2fdea142988e"
}
}