Class: Aws::QBusiness::Types::RetrieverContentSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::RetrieverContentSource
- 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
-
#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.
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 |