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