# File lib/fog/aws/parsers/redshift/describe_cluster_snapshots.rb, line 23 def end_element(name) super case name when 'Marker' @response[name] = value when 'Snapshot' @response['Snapshots'] << @snapshot @snapshot = fresh_snapshot end end