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

18 lines
435 B
JSON

{
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
},
"RouteTable": {
"Associations": [],
"Routes": [
{
"GatewayId": "local",
"DestinationCidrBlock": "10.0.0.0/22",
"State": "active"
}
],
"RouteTableId": "rtb-f9ad4890",
"VpcId": "vpc-11ad4878",
"Tags": []
}
}