# File lib/aws/sqs/queue.rb, line 40
      def initialize(url, opts = {})
        @url = url
        super
      end