Class: Aws::Personalize::Types::ListFiltersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The ARN of the dataset group that contains the filters.

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3982

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

#max_resultsInteger

The maximum number of filters to return.

Returns:

  • (Integer)


3982
3983
3984
3985
3986
3987
3988
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3982

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

#next_tokenString

A token returned from the previous call to ListFilters for getting the next set of filters (if they exist).

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3982

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