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