Deletes an Internet gateway from your AWS account. The gateway must not be attached to a VPC. For
            more information about your VPC and Internet gateway, go to Amazon Virtual Private Cloud User Guide.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteInternetGatewayRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteInternetGatewayRequest()()()() | Initializes a new instance of the DeleteInternetGatewayRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InternetGatewayId | 
            The ID of the Internet gateway to be deleted.
             | 
|  | IsSetInternetGatewayId()()()() | 
            Checks if InternetGatewayId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInternetGatewayId(String) | Obsolete. 
            Sets the ID of the Internet gateway to be deleted.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DeleteInternetGatewayRequest | |