Class: Aws::QBusiness::Types::SearchRelevantContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::SearchRelevantContentResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next set of results, if there are any.
-
#relevant_content ⇒ Array<Types::RelevantContent>
The list of relevant content items found.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results, if there are any.
6702 6703 6704 6705 6706 6707 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6702 class SearchRelevantContentResponse < Struct.new( :relevant_content, :next_token) SENSITIVE = [] include Aws::Structure end |
#relevant_content ⇒ Array<Types::RelevantContent>
The list of relevant content items found.
6702 6703 6704 6705 6706 6707 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6702 class SearchRelevantContentResponse < Struct.new( :relevant_content, :next_token) SENSITIVE = [] include Aws::Structure end |