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

DeleteVpcRequest() public method

Instantiates DeleteVpcRequest with the parameterized properties
public DeleteVpcRequest ( string vpcId ) : System
vpcId string The ID of the VPC.
return System
        public DeleteVpcRequest(string vpcId)
        {
            _vpcId = vpcId;
        }

Same methods

DeleteVpcRequest::DeleteVpcRequest ( ) : System