Class: Aws::Personalize::Types::ListFiltersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListFiltersRequest
- 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 the dataset group that contains the filters.
-
#max_results ⇒ Integer
The maximum number of filters to return.
-
#next_token ⇒ String
A token returned from the previous call to
ListFilters
for getting the next set of filters (if they exist).
Instance Attribute Details
#dataset_group_arn ⇒ String
The ARN of the dataset group that contains the filters.
4253 4254 4255 4256 4257 4258 4259 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4253 class ListFiltersRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of filters to return.
4253 4254 4255 4256 4257 4258 4259 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4253 class ListFiltersRequest < 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 ListFilters
for getting
the next set of filters (if they exist).
4253 4254 4255 4256 4257 4258 4259 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4253 class ListFiltersRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |