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.
12043 12044 12045 12046 12047 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12043 class UpdateKnowledgeBaseTemplateUriResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end |