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:



3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-personalize/types.rb', line 3907

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)


3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-personalize/types.rb', line 3907

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