Class: Aws::QuickSight::Types::KnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KnowledgeBaseConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration settings for a knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_configuration ⇒ Types::KbTemplateConfiguration
The template configuration for the knowledge base.
Instance Attribute Details
#template_configuration ⇒ Types::KbTemplateConfiguration
The template configuration for the knowledge base.
27045 27046 27047 27048 27049 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27045 class KnowledgeBaseConfiguration < Struct.new( :template_configuration) SENSITIVE = [] include Aws::Structure end |