コード例 #1
0
ファイル: auth.py プロジェクト: awslabs/aws-crt-python
 def region(self):
     """
     str: If signing algorithm is :attr:`AwsSigningAlgorithm.V4`, the region to sign against.
     If the algorithm is :attr:`AwsSigningAlgorithm.V4_ASYMMETRIC`, the value of the
     "X-amzn-region-set header" (added in signing).
     """
     return _awscrt.signing_config_get_region(self._binding)
コード例 #2
0
ファイル: auth.py プロジェクト: nateprewitt/aws-crt-python
 def region(self):
     """str: The region to sign against"""
     return _awscrt.signing_config_get_region(self._binding)