# File lib/aws/record/attribute_macros.rb, line 50
      def string_attr name, options = {}
        add_attribute(StringAttribute.new(name, options))
      end