Class: Aws::Kendra::Types::CreateThesaurusResponse

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

#idString

The identifier of the thesaurus.

Returns:

  • (String)


2601
2602
2603
2604
2605
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2601

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