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

Method account_id

awscli/botocore/credentials.py:506–512  ·  view source on GitHub ↗

Warning: Using this property can lead to race conditions if you access another property subsequently along the refresh boundary. Please use get_frozen_credentials instead.

(self)

Source from the content-addressed store, hash-verified

504
505 @property
506 def account_id(self):
507 """Warning: Using this property can lead to race conditions if you
508 access another property subsequently along the refresh boundary.
509 Please use get_frozen_credentials instead.
510 """
511 self._refresh()
512 return self._account_id
513
514 @account_id.setter
515 def account_id(self, value):

Callers

nothing calls this directly

Calls 1

_refreshMethod · 0.95

Tested by

no test coverage detected