Class: Aws::Kendra::Types::DeleteThesaurusRequest

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

Returns:

  • (String)


3359
3360
3361
3362
3363
3364
# File 'lib/aws-sdk-kendra/types.rb', line 3359

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

#index_idString

The identifier of the index for the thesaurus.

Returns:

  • (String)


3359
3360
3361
3362
3363
3364
# File 'lib/aws-sdk-kendra/types.rb', line 3359

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