MCPcopy Index your code
hub / github.com/aws/aws-cli / _get_eice_option

Method _get_eice_option

awscli/customizations/ec2instanceconnect/ssh.py:309–312  ·  view source on GitHub ↗
(self, eice_options, option)

Source from the content-addressed store, hash-verified

307 )
308
309 def _get_eice_option(self, eice_options, option):
310 if eice_options:
311 return eice_options.get(option)
312 return None
313
314 def _generate_and_upload_ssh_key(
315 self, instance_id, os_user, parsed_globals

Callers 2

_run_mainMethod · 0.95
_validate_parsed_argsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected