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