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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


5844
5845
5846
5847
5848
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5844

class KendraIndexConfiguration < Struct.new(
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end