# File lib/fog/aws/models/compute/internet_gateway.rb, line 39 def detach(vpc_id) requires :id service.detach_internet_gateway(id, vpc_id) reload end