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