# File lib/fog/aws/parsers/redshift/describe_cluster_snapshots.rb, line 15 def start_element(name, attrs = []) super case name when 'Snapshots' @snapshot = fresh_snapshot end end