Class: Aws::Personalize::Types::ListEventTrackersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListEventTrackersRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The ARN of a dataset group used to filter the response.
-
#max_results ⇒ Integer
The maximum number of event trackers to return.
-
#next_token ⇒ String
A token returned from the previous call to
ListEventTrackers
for getting the next set of event trackers (if they exist).
Instance Attribute Details
#dataset_group_arn ⇒ String
The ARN of a dataset group used to filter the response.
4213 4214 4215 4216 4217 4218 4219 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4213 class ListEventTrackersRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of event trackers to return.
4213 4214 4215 4216 4217 4218 4219 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4213 class ListEventTrackersRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ListEventTrackers
for
getting the next set of event trackers (if they exist).
4213 4214 4215 4216 4217 4218 4219 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4213 class ListEventTrackersRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |