Class: Aws::QConnect::Types::UpdateKnowledgeBaseTemplateUriResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateKnowledgeBaseTemplateUriResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base ⇒ Types::KnowledgeBaseData
The knowledge base to update.
Instance Attribute Details
#knowledge_base ⇒ Types::KnowledgeBaseData
The knowledge base to update.
12062 12063 12064 12065 12066 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12062 class UpdateKnowledgeBaseTemplateUriResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end |