Home
last modified time | relevance | path

Searched refs:StepSummaryList (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
Dtest_connection.py34 JobFlowStepList, Step, StepSummaryList, \
465 self.assertTrue(isinstance(response, StepSummaryList))
507 self.assertTrue(isinstance(response, StepSummaryList))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Dconnection.py36 RunJobFlowResponse, StepSummaryList
270 return self.get_object('ListSteps', params, StepSummaryList)
Demrobject.py480 class StepSummaryList(EmrObject): class