Class: Aws::QBusiness::Types::KendraIndexConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::KendraIndexConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Stores an Amazon Kendra index as a retriever.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the Amazon Kendra index.
Instance Attribute Details
#index_id ⇒ String
The identifier of the Amazon Kendra index.
4823 4824 4825 4826 4827 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4823 class KendraIndexConfiguration < Struct.new( :index_id) SENSITIVE = [] include Aws::Structure end |