Class: Aws::Kendra::Types::DeleteThesaurusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteThesaurusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the thesaurus you want to delete.
-
#index_id ⇒ String
The identifier of the index for the thesaurus.
Instance Attribute Details
#id ⇒ String
The identifier of the thesaurus you want to delete.
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_id ⇒ String
The identifier of the index for the thesaurus.
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 |