Home
last modified time | relevance | path

Searched refs:attachment_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dlayer1.py309 def describe_attachment(self, attachment_id): argument
322 params = {'attachmentId': attachment_id, }
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dnetworkinterface.py225 attachment_id = getattr(self.attachment, 'id', None)
228 attachment_id,
Dconnection.py1139 attachment_id=None, dry_run=False): argument
1199 if not attachment_id:
1201 params['Attachment.AttachmentId'] = attachment_id
4343 def detach_network_interface(self, attachment_id, force=False, argument
4358 params = {'AttachmentId': attachment_id}
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py879 True, attachment_id='bar')
895 attachment_id='bar')
913 attachment_id='bar')