Home
last modified time | relevance | path

Searched refs:AttachmentSet (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_volume.py5 from boto.ec2.volume import Volume, AttachmentSet, VolumeAttribute
10 self.attach_data = AttachmentSet()
67 attach_data = AttachmentSet()
212 attachment_set = AttachmentSet()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dvolume.py71 self.attach_data = AttachmentSet()
257 class AttachmentSet(object): class