Class: Aws::QuickSight::Types::KnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KnowledgeBaseConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration settings for a knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_enabled ⇒ Boolean
Indicates whether event notifications are enabled for the knowledge base.
-
#template_configuration ⇒ Types::KbTemplateConfiguration
The template configuration for the knowledge base.
Instance Attribute Details
#event_enabled ⇒ Boolean
Indicates whether event notifications are enabled for the knowledge base.
26806 26807 26808 26809 26810 26811 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26806 class KnowledgeBaseConfiguration < Struct.new( :template_configuration, :event_enabled) SENSITIVE = [] include Aws::Structure end |
#template_configuration ⇒ Types::KbTemplateConfiguration
The template configuration for the knowledge base.
26806 26807 26808 26809 26810 26811 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26806 class KnowledgeBaseConfiguration < Struct.new( :template_configuration, :event_enabled) SENSITIVE = [] include Aws::Structure end |