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)


4257
4258
4259
4260
4261
4262
# File 'lib/aws-sdk-kendra/types.rb', line 4257

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

#index_idString

The identifier of the index for the thesaurus.

Returns:

  • (String)


4257
4258
4259
4260
4261
4262
# File 'lib/aws-sdk-kendra/types.rb', line 4257

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