Class: Aws::Kendra::Types::DescribeThesaurusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeThesaurusRequest
- 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 get information on.
-
#index_id ⇒ String
The identifier of the index for the thesaurus.
Instance Attribute Details
#id ⇒ String
The identifier of the thesaurus you want to get information on.
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_id ⇒ String
The identifier of the index for the thesaurus.
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 |