# File lib/aws/ec2/security_group.rb, line 81
      def vpc?
        vpc_id ? true : false
      end