# File lib/aws/core/xml/root_frame.rb, line 31 def value value = @data.values.find{|v| v.is_a?(Hash) } value ||= {} value.merge(@indexes) end