# File lib/aws/ec2/internet_gateway.rb, line 52
      def vpc
        if attachment = attachments.first
          attachment.vpc
        end
      end