class Aws::Personalize::Types::ListEventTrackersRequest

@note When making an API call, you may pass ListEventTrackersRequest

data as a hash:

    {
      dataset_group_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] dataset_group_arn

The ARN of a dataset group used to filter the response.
@return [String]

@!attribute [rw] next_token

A token returned from the previous call to `ListEventTrackers` for
getting the next set of event trackers (if they exist).
@return [String]

@!attribute [rw] max_results

The maximum number of event trackers to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListEventTrackersRequest AWS API Documentation

Constants

SENSITIVE