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