customerprofiles_list_event_streams {paws.customer.engagement} | R Documentation |
Returns a list of all the event streams in a specific domain
Description
Returns a list of all the event streams in a specific domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_list_event_streams/ for full documentation.
Usage
customerprofiles_list_event_streams(
DomainName,
NextToken = NULL,
MaxResults = NULL
)
Arguments
DomainName |
[required] The unique name of the domain. |
NextToken |
Identifies the next page of results to return. |
MaxResults |
The maximum number of objects returned per page. |
[Package paws.customer.engagement version 0.9.0 Index]