Class: Aws::ConnectWisdomService::Types::ListKnowledgeBasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ListKnowledgeBasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_summaries ⇒ Array<Types::KnowledgeBaseSummary>
Information about the knowledge bases.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#knowledge_base_summaries ⇒ Array<Types::KnowledgeBaseSummary>
Information about the knowledge bases.
2202 2203 2204 2205 2206 2207 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2202 class ListKnowledgeBasesResponse < Struct.new( :knowledge_base_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.
2202 2203 2204 2205 2206 2207 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2202 class ListKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |