Class: Aws::QBusiness::Types::ContentSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ContentSource
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Note:
ContentSource is a union - when making an API calls you must set exactly one of the members.
Specifies the source of content to search in.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retriever ⇒ Types::RetrieverContentSource
The retriever to use as the content source.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#retriever ⇒ Types::RetrieverContentSource
The retriever to use as the content source.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1595 class ContentSource < Struct.new( :retriever, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Retriever < ContentSource; end class Unknown < ContentSource; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1595 1596 1597 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1595 def unknown @unknown end |