customerprofiles_list_calculated_attributes_for_profile: Retrieve a list of calculated attributes for a customer...

View source: R/customerprofiles_operations.R

customerprofiles_list_calculated_attributes_for_profileR Documentation

Retrieve a list of calculated attributes for a customer profile

Description

Retrieve a list of calculated attributes for a customer profile.

See https://www.paws-r-sdk.com/docs/customerprofiles_list_calculated_attributes_for_profile/ for full documentation.

Usage

customerprofiles_list_calculated_attributes_for_profile(
  NextToken = NULL,
  MaxResults = NULL,
  DomainName,
  ProfileId
)

Arguments

NextToken

The pagination token from the previous call to ListCalculatedAttributesForProfile.

MaxResults

The 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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.