# File lib/fog/aws/models/compute/internet_gateway.rb, line 54 def destroy requires :id connection.delete_internet_gateway(id) true end