Class: Aws::QBusiness::Types::KendraIndexConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#index_idString

The identifier of the Amazon Kendra index.

Returns:

  • (String)


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