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:



4000
4001
4002
4003
4004
4005
# File 'lib/aws-sdk-personalize/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
# File 'lib/aws-sdk-personalize/types.rb', line 4000

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