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

10 lines
262 B
JSON

{
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
},
"AttachTime": "YYYY-MM-DDTHH:MM:SS.000Z",
"InstanceId": "i-1a2b3c4d",
"VolumeId": "vol-1a2b3c4d",
"State": "attaching",
"Device": "/dev/sdh"
}