# File lib/aws/core/xml/frame_stack.rb, line 54
        def attributes attributes
          attributes.each_pair do |attr_name, attr_value|
            attr_frame = @frame.build_child_frame(attr_name)
            attr_frame.add_text(attr_value)
            @frame.consume_child_frame(attr_frame)
          end
          nil
        end