# File lib/fog/aws/models/compute/snapshots.rb, line 34 def get(snapshot_id) if snapshot_id self.class.new(:service => service).all('snapshot-id' => snapshot_id).first end end