AWSSDK.EC2 by Amazon Web Services

<PackageReference Include="AWSSDK.EC2" Version="3.5.19" />

.NET API 2,335,744 bytes

 DeleteCustomerGatewayRequest

Container for the parameters to the DeleteCustomerGateway operation. Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
public string CustomerGatewayId { get; set; }

Gets and sets the property CustomerGatewayId.

The ID of the customer gateway.

Empty constructor used to set properties independently even when a simple constructor is available

public DeleteCustomerGatewayRequest(string customerGatewayId)

Instantiates DeleteCustomerGatewayRequest with the parameterized properties