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

13 lines
311 B
JSON

{
"CustomerGateway": {
"Tags": [],
"Type": "ipsec.1",
"State": "pending",
"CustomerGatewayId": "cgw-b4dc3961",
"BgpAsn": "65534",
"IpAddress": "12.1.2.3"
},
"ResponseMetadata": {
"RequestId": "7a62c49f-347e-4fc4-9331-6e8eEXAMPLE"
}
}