Class: Aws::QBusiness::Types::RetrieverContentSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::RetrieverContentSource
- 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
-
#retriever_id ⇒ String
The unique identifier of the retriever to use as the content source.
Instance Attribute Details
#retriever_id ⇒ String
The unique identifier of the retriever to use as the content source.
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 |