Class: Aws::QConnect::Types::SearchContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SearchContentResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_summaries ⇒ Array<Types::ContentSummary>
Summary information about the content.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#content_summaries ⇒ Array<Types::ContentSummary>
Summary information about the content.
8507 8508 8509 8510 8511 8512 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8507 class SearchContentResponse < Struct.new( :content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
8507 8508 8509 8510 8511 8512 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8507 class SearchContentResponse < Struct.new( :content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |