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

DeleteVpnGatewayRequest() public method

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

Same methods

DeleteVpnGatewayRequest::DeleteVpnGatewayRequest ( ) : System