Class: Aws::Kendra::Types::DescribeThesaurusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the thesaurus you want to get information on.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-kendra/types.rb', line 4291

class DescribeThesaurusRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the thesaurus.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-kendra/types.rb', line 4291

class DescribeThesaurusRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end