# File lib/fog/compute/models/aws/volumes.rb, line 103
        def get(volume_id)
          if volume_id
            self.class.new(:connection => connection).all('volume-id' => volume_id).first
          end
        end