# File lib/aws/ec2/volume.rb, line 156
      def snapshot
        snapshot_id ? Snapshot.new(snapshot_id, :config => config) : nil
      end