class Fog::Parsers::Redshift::AWS::ClusterSnapshot
Public Instance Methods
Source
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 20 def end_element(name) super case name when 'Snapshot' @response = @snapshot end end
Calls superclass method
Source
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 11 def reset super @response = {} end
:parameter_group_name - (String) :parameter_group_status - (String)
Calls superclass method
Source
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 16 def start_element(name, attrs = []) super end
Calls superclass method