Class: Aws::Kendra::Types::ListThesauriRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListThesauriRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index with one or more thesauri.
-
#max_results ⇒ Integer
The maximum number of thesauri to return.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index with one or more thesauri.
7434 7435 7436 7437 7438 7439 7440 |
# File 'lib/aws-sdk-kendra/types.rb', line 7434 class ListThesauriRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of thesauri to return.
7434 7435 7436 7437 7438 7439 7440 |
# File 'lib/aws-sdk-kendra/types.rb', line 7434 class ListThesauriRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of thesauri (‘ThesaurusSummaryItems`).
7434 7435 7436 7437 7438 7439 7440 |
# File 'lib/aws-sdk-kendra/types.rb', line 7434 class ListThesauriRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |