# File lib/aws/record/validations.rb, line 560
      def validates_length_of *args
        validators << LengthValidator.new(self, *args)
      end