# File lib/fog/aws/parsers/compute/attach_network_interface.rb, line 8
          def end_element(name)
            case name
            when 'requestId', 'attachmentId'
              @response[name] = value
            end
          end