Class: Aws::QConnect::Types::ListKnowledgeBasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListKnowledgeBasesResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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.
6274 6275 6276 6277 6278 6279 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6274 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.
6274 6275 6276 6277 6278 6279 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6274 class ListKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |