python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-instance-attribute.json

10 lines
190 B
JSON
Raw Normal View History

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