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)


3847
3848
3849
3850
3851
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3847

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