CustomerProfiles / Client / list_calculated_attributes_for_profile
list_calculated_attributes_for_profile#
- CustomerProfiles.Client.list_calculated_attributes_for_profile(**kwargs)#
Retrieve a list of calculated attributes for a customer profile.
See also: AWS API Documentation
Request Syntax
response = client.list_calculated_attributes_for_profile( NextToken='string', MaxResults=123, DomainName='string', ProfileId='string' )
- Parameters:
NextToken (string) – The pagination token from the previous call to ListCalculatedAttributesForProfile.
MaxResults (integer) – The maximum number of calculated attributes returned per page.
DomainName (string) –
[REQUIRED]
The unique name of the domain.
ProfileId (string) –
[REQUIRED]
The unique identifier of a customer profile.
- Return type:
dict
- Returns:
Response Syntax
{ 'Items': [ { 'CalculatedAttributeName': 'string', 'DisplayName': 'string', 'IsDataPartial': 'string', 'Value': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
Items (list) –
The list of calculated attributes.
(dict) –
The details of a single calculated attribute for a profile.
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.
NextToken (string) –
The pagination token from the previous call to ListCalculatedAttributesForProfile.
Exceptions
CustomerProfiles.Client.exceptions.BadRequestException
CustomerProfiles.Client.exceptions.AccessDeniedException
CustomerProfiles.Client.exceptions.ResourceNotFoundException
CustomerProfiles.Client.exceptions.ThrottlingException
CustomerProfiles.Client.exceptions.InternalServerException