# File lib/aws/record/scope.rb, line 170
      def order attribute_name, order = :asc
        _with(:order => [attribute_name, order])
      end