# File lib/aws/dynamo_db/batch_get.rb, line 168
      def each_attributes
        each do |table_name, attributes|
          yield(attributes)
        end
      end