# File lib/aws/record/attribute_macros.rb, line 67
      def integer_attr name, options = {}
        add_attribute(IntegerAttribute.new(name, options))
      end