HomeSort by relevance Sort by last modified time
    Searched full:get_queue_attributes (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
test_connection.py 185 attrs = c.get_queue_attributes(queue, 'ReceiveMessageWaitTimeSeconds')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py 103 return self.connection.get_queue_attributes(self, attributes)
connection.py 126 def get_queue_attributes(self, queue, attribute='All'): member in class:SQSConnection

Completed in 157 milliseconds