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.
5931 5932 5933 5934 5935 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5931 class KendraIndexConfiguration < Struct.new( :index_id) SENSITIVE = [] include Aws::Structure end |