# File lib/rudy/aws/ec2/volume.rb, line 23
23:       def to_s(*args)
24:         [@awsid.bright, @zone, @size, @created, @instid, @snapid].join '; '
25:       end