personalize_list_event_trackers {paws.machine.learning} | R Documentation |
Returns the list of event trackers associated with the account
Description
Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see create_event_tracker
.
See https://www.paws-r-sdk.com/docs/personalize_list_event_trackers/ for full documentation.
Usage
personalize_list_event_trackers(
datasetGroupArn = NULL,
nextToken = NULL,
maxResults = NULL
)
Arguments
datasetGroupArn |
The ARN of a dataset group used to filter the response. |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of event trackers to return. |
[Package paws.machine.learning version 0.7.0 Index]