Class: Aws::QBusiness::Types::RetrieverContentSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Specifies a retriever as the content source for a search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retriever_idString

The unique identifier of the retriever to use as the content source.

Returns:

  • (String)


6501
6502
6503
6504
6505
# File 'lib/aws-sdk-qbusiness/types.rb', line 6501

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