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