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