Amazon.EC2.AmazonEC2Client.AttachVpnGateway C# (CSharp) Method

AttachVpnGateway() private method

private AttachVpnGateway ( AttachVpnGatewayRequest request ) : AttachVpnGatewayResponse
request Amazon.EC2.Model.AttachVpnGatewayRequest
return Amazon.EC2.Model.AttachVpnGatewayResponse
        internal AttachVpnGatewayResponse AttachVpnGateway(AttachVpnGatewayRequest request)
        {
            var marshaller = new AttachVpnGatewayRequestMarshaller();
            var unmarshaller = AttachVpnGatewayResponseUnmarshaller.Instance;

            return Invoke<AttachVpnGatewayRequest,AttachVpnGatewayResponse>(request, marshaller, unmarshaller);
        }
AmazonEC2Client