# File lib/fog/aws/parsers/redshift/update_cluster_parameter_group_parser.rb, line 17
          def end_element(name)
            super
            case name
            when 'ParameterGroupName', 'ParameterGroupStatus'
              @response[name] = value
            end
          end