Class: Aws::Personalize::Types::ListFiltersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::FilterSummary>

A list of returned filters.

Returns:



3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-personalize/types.rb', line 3238

class ListFiltersResponse < Struct.new(
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of filters (if they exist).

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-personalize/types.rb', line 3238

class ListFiltersResponse < Struct.new(
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end