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

23 lines
500 B
JSON

{
"ResponseMetadata": {
"RequestId": "b4cfd51c-a092-494f-8ee0-59912bef0ccc"
},
"Addresses": [
{
"PublicIp": "54.245.81.77",
"InstanceId": "",
"Domain": "standard"
},
{
"PublicIp": "54.245.99.8",
"InstanceId": "",
"Domain": "standard"
},
{
"PublicIp": "50.112.139.73",
"Domain": "vpc",
"AllocationId": "eipalloc-312e1758"
}
]
}