Class: Aws::Kendra::Types::ListThesauriRequest

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

#index_idString

The identifier of the index with one or more thesauri.

Returns:

  • (String)


7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7434

class ListThesauriRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of thesauri to return.

Returns:

  • (Integer)


7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7434

class ListThesauriRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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).

Returns:

  • (String)


7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7434

class ListThesauriRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end