# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 20 def end_element(name) super case name when 'Snapshot' @response = @snapshot end end