Class: Aws::Kendra::Types::ListThesauriResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of thesauri.

Returns:

  • (String)


7110
7111
7112
7113
7114
7115
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7110

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

#thesaurus_summary_itemsArray<Types::ThesaurusSummary>

An array of summary information for a thesaurus or multiple thesauri.

Returns:



7110
7111
7112
7113
7114
7115
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7110

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