Class: Aws::ConnectWisdomService::Types::SearchContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SearchContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3235 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.
3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3235 class SearchContentResponse < Struct.new( :content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |