Amazon.EC2.Model.DetachVpnGatewayRequest.DetachVpnGatewayRequest C# (CSharp) Method

DetachVpnGatewayRequest() public method

Instantiates DetachVpnGatewayRequest with the parameterized properties
public DetachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System
vpnGatewayId string The ID of the virtual private gateway.
vpcId string The ID of the VPC.
return System
        public DetachVpnGatewayRequest(string vpnGatewayId, string vpcId)
        {
            _vpnGatewayId = vpnGatewayId;
            _vpcId = vpcId;
        }

Same methods

DetachVpnGatewayRequest::DetachVpnGatewayRequest ( ) : System