# File lib/fog/aws/parsers/rds/delete_db_instance.rb, line 19 def end_element(name) case name when 'DBInstance' @response['DeleteDBInstanceResult']['DBInstance'] = @db_instance @db_instance = fresh_instance when 'RequestId' @response['ResponseMetadata'][name] = value else super end end
Generated with the Darkfish Rdoc Generator 2.