# File lib/fog/aws/models/compute/snapshot.rb, line 20 def destroy requires :id connection.delete_snapshot(id) true end