# File lib/aws/ec2/vpn_gateway.rb, line 117
      def vpc_id vpc
        vpc.is_a?(VPC) ? vpc.vpc_id : vpc
      end