# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 19 def end_element(name) super case name when 'ClusterSecurityGroup' @response['ClusterSecurityGroup'] = @cluster_security_group end end
:cluster_security_group
# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 10 def reset super @response = {} end
# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 15 def start_element(name, attrs = []) super end