List Calculated Attributes for Profile
| customerprofiles_list_calculated_attributes_for_profile | R Documentation |
Retrieve a list of calculated attributes for a customer profile¶
Description¶
Retrieve a list of calculated attributes for a customer profile.
Usage¶
customerprofiles_list_calculated_attributes_for_profile(NextToken,
MaxResults, DomainName, ProfileId)
Arguments¶
NextTokenThe pagination token from the previous call to ListCalculatedAttributesForProfile.
MaxResultsThe maximum number of calculated attributes returned per page.
DomainName[required] The unique name of the domain.
ProfileId[required] The unique identifier of a customer profile.
Value¶
A list with the following syntax:
list(
Items = list(
list(
CalculatedAttributeName = "string",
DisplayName = "string",
IsDataPartial = "string",
Value = "string"
)
),
NextToken = "string"
)