# File lib/aws/ec2/volume.rb, line 61
      def initialize(id, opts = {})
        @id = id
        super(opts)
      end