# File lib/aws/dynamo_db/types.rb, line 42
      def values_from_response_hash(hash, options = {})
        hash.inject({}) do |h, (key, value_hash)|
          h.update(key => value_from_response(value_hash))
        end
      end