Class: Aws::Kendra::Types::CreateThesaurusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateThesaurusResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the thesaurus.
Instance Attribute Details
#id ⇒ String
The identifier of the thesaurus.
2634 2635 2636 2637 2638 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2634 class CreateThesaurusResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |