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)
def region(self): """str: The region to sign against""" return _awscrt.signing_config_get_region(self._binding)