MCPcopy Create free account
hub / github.com/aws/aws-cli / run_step

Method run_step

awscli/customizations/wizard/core.py:644–646  ·  view source on GitHub ↗
(self, step_definition, parameters)

Source from the content-addressed store, hash-verified

642 NAME = 'dump-data'
643
644 def run_step(self, step_definition, parameters):
645 dumped_value = DumpDataStep().run_step(step_definition, parameters)
646 parameters[step_definition['output_var']] = dumped_value

Callers

nothing calls this directly

Calls 2

DumpDataStepClass · 0.85
run_stepMethod · 0.45

Tested by

no test coverage detected