# File lib/fog/aws/parsers/ecs/describe_container_instances.rb, line 23
          def end_element(name)
            super
            case name
            when 'member'
              case @context.last
              when 'containerInstances'
                @response[@result]['containerInstances'] << @container_instance
                @container_instance = {}
              end
            end
          end