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

AttachVpnGatewayRequest() public method

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

Same methods

AttachVpnGatewayRequest::AttachVpnGatewayRequest ( ) : System