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

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


6715
6716
6717
6718
6719
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6715

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