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

Method _get_account_id

awscli/customizations/s3/utils.py:844–845  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

842 )['Bucket']
843
844 def _get_account_id(self):
845 return self._sts_client.get_caller_identity()['Account']
846
847 def _get_mrap_buckets(self, account, alias):
848 next_token = None

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected