customerprofiles_list_segment_definitions {paws.customer.engagement} | R Documentation |
Lists all segment definitions under a domain
Description
Lists all segment definitions under a domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_list_segment_definitions/ for full documentation.
Usage
customerprofiles_list_segment_definitions(
DomainName,
MaxResults = NULL,
NextToken = NULL
)
Arguments
DomainName |
[required] The unique identifier of the domain. |
MaxResults |
The maximum number of objects returned per page. |
NextToken |
The pagination token from the previous call. |
[Package paws.customer.engagement version 0.9.0 Index]