# File lib/fog/aws/parsers/elasticache/describe_cache_subnet_groups.rb, line 17
          def end_element(name)
            case name
            when 'CacheSubnetGroup'
              @response['DescribeCacheSubnetGroupsResult']['CacheSubnetGroups'] << @cache_subnet_group
              @cache_subnet_group = fresh_subnet_group
            when 'Marker'
              @response['DescribeCacheSubnetGroupsResult']['Marker'] = value
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            else
              super
            end
          end