Searched defs:arn (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
D | optionstatus.py | 125 def new_statement(self, arn, ip): argument 151 def _allow_ip(self, arn, ip): argument 196 def _disallow_ip(self, arn, ip): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
D | optionstatus.py | 140 def new_statement(self, arn, ip): argument 166 def _allow_ip(self, arn, ip): argument 211 def _disallow_ip(self, arn, ip): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/ |
D | credentials.py | 207 def __init__(self, arn=None, assume_role_id=None): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
D | queue.py | 60 arn = property(_arn) variable in Queue
|