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

14 lines
265 B
JSON

{
"ResponseMetadata": {
"RequestId": "902d44a6-9456-4df3-9dcf-f2a26b77da7c"
},
"Tags": [
{
"ResourceType": "instance",
"ResourceId": "i-fde9cece",
"Value": "",
"Key": "notebook"
}
]
}