# File lib/aws/core/xml/frame.rb, line 219 def data_context_for child_frame if child_frame.wrapped? data[child_frame.wrapper] ||= {} data[child_frame.wrapper] else data end end