CustomerProfiles / Client / get_calculated_attribute_for_profile
get_calculated_attribute_for_profile#
- CustomerProfiles.Client.get_calculated_attribute_for_profile(**kwargs)#
Retrieve a calculated attribute for a customer profile.
See also: AWS API Documentation
Request Syntax
response = client.get_calculated_attribute_for_profile( DomainName='string', ProfileId='string', CalculatedAttributeName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
ProfileId (string) –
[REQUIRED]
The unique identifier of a customer profile.
CalculatedAttributeName (string) –
[REQUIRED]
The unique name of the calculated attribute.
- Return type:
dict
- Returns:
Response Syntax
{ 'CalculatedAttributeName': 'string', 'DisplayName': 'string', 'IsDataPartial': 'string', 'Value': 'string' }
Response Structure
(dict) –
CalculatedAttributeName (string) –
The unique name of the calculated attribute.
DisplayName (string) –
The display name of the calculated attribute.
IsDataPartial (string) –
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
Value (string) –
The value of the calculated attribute.
Exceptions
CustomerProfiles.Client.exceptions.BadRequestException
CustomerProfiles.Client.exceptions.AccessDeniedException
CustomerProfiles.Client.exceptions.ResourceNotFoundException
CustomerProfiles.Client.exceptions.ThrottlingException
CustomerProfiles.Client.exceptions.InternalServerException