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

10 lines
190 B
JSON

{
"ResponseMetadata": {
"RequestId": "4c94c806-ef28-4f4c-b1c7-3e601fe39497"
},
"InstanceId": "i-12345678",
"RootDeviceName": {
"Value": "/dev/sda1"
}
}