AWS SDK for .NET Documentation
DeleteInternetGatewayRequest Class
AmazonAmazon.EC2.ModelDeleteInternetGatewayRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DeleteInternetGatewayRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteInternetGatewayRequest()()()()
Initializes a new instance of the DeleteInternetGatewayRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
EC2Request
 DeleteInternetGatewayRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)