Class: Aws::Kendra::Types::ListThesauriResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListThesauriResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#thesaurus_summary_items ⇒ Array<Types::ThesaurusSummary>
An array of summary information for a thesaurus or multiple thesauri.
Instance Attribute Details
#next_token ⇒ String
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.
7497 7498 7499 7500 7501 7502 |
# File 'lib/aws-sdk-kendra/types.rb', line 7497 class ListThesauriResponse < Struct.new( :next_token, :thesaurus_summary_items) SENSITIVE = [] include Aws::Structure end |
#thesaurus_summary_items ⇒ Array<Types::ThesaurusSummary>
An array of summary information for a thesaurus or multiple thesauri.
7497 7498 7499 7500 7501 7502 |
# File 'lib/aws-sdk-kendra/types.rb', line 7497 class ListThesauriResponse < Struct.new( :next_token, :thesaurus_summary_items) SENSITIVE = [] include Aws::Structure end |