connect_list_traffic_distribution_group_users {paws.customer.engagement} | R Documentation |
Lists traffic distribution group users
Description
Lists traffic distribution group users.
See https://www.paws-r-sdk.com/docs/connect_list_traffic_distribution_group_users/ for full documentation.
Usage
connect_list_traffic_distribution_group_users(
TrafficDistributionGroupId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
TrafficDistributionGroupId |
[required] The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region. |
MaxResults |
The maximum number of results to return per page. |
NextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
[Package paws.customer.engagement version 0.7.0 Index]