HomeSort by relevance Sort by last modified time
    Searched refs:aws_account_id (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
connection.py 485 def add_permission(self, queue, label, aws_account_id, action_name):
497 :type aws_account_id: str or unicode
518 'AWSAccountId' : aws_account_id,
queue.py 144 def add_permission(self, label, aws_account_id, action_name):
153 :type aws_account_id: str or unicode
168 return self.connection.add_permission(self, label, aws_account_id,

Completed in 510 milliseconds