# File lib/aws/record/model/attributes.rb, line 183
        def integer_attr name, options = {}
          add_attribute(Attributes::IntegerAttr.new(name, options))
        end