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