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

Method available_profiles

awscli/botocore/session.py:257–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255
256 @property
257 def available_profiles(self):
258 return list(self._build_profile_map().keys())
259
260 def _build_profile_map(self):
261 # This will build the profile map if it has not been created,

Callers

nothing calls this directly

Calls 1

_build_profile_mapMethod · 0.95

Tested by

no test coverage detected