Class: Fog::Parsers::Redshift::AWS::ClusterSnapshot

Inherits:
ClusterSnapshotParser show all
Defined in:
lib/fog/aws/parsers/redshift/cluster_snapshot.rb

Instance Method Summary collapse

Methods inherited from ClusterSnapshotParser

#fresh_snapshot

Instance Method Details

#end_element(name) ⇒ Object



20
21
22
23
24
25
26
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 20

def end_element(name)
  super
  case name
  when 'Snapshot'
    @response = @snapshot
  end
end

#resetObject

:parameter_group_name - (String) :parameter_group_status - (String)



11
12
13
14
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 11

def reset
  super
  @response = {}
end

#start_element(name, attrs = []) ⇒ Object



16
17
18
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 16

def start_element(name, attrs = [])
  super
end