# File lib/fog/aws/models/rds/snapshot.rb, line 26 def destroy requires :id connection.delete_db_snapshot(id) true end