# File lib/fog/aws/parsers/elb/apply_security_groups_to_load_balancer.rb, line 12
          def end_element(name)
            case name
            when 'member'
              @response['ApplySecurityGroupsToLoadBalancerResult']['SecurityGroups'] << value
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            end
          end