Class: Aws::Personalize::Types::ListEventTrackersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Note:

When making an API call, you may pass ListEventTrackersRequest data as a hash:

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The ARN of a dataset group used to filter the response.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-personalize/types.rb', line 3171

class ListEventTrackersRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of event trackers to return.

Returns:

  • (Integer)


3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-personalize/types.rb', line 3171

class ListEventTrackersRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ‘ListEventTrackers` for getting the next set of event trackers (if they exist).

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-personalize/types.rb', line 3171

class ListEventTrackersRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end