Class: Aws::QuickSight::Types::KnowledgeBaseConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_enabledBoolean

Indicates whether event notifications are enabled for the knowledge base.

Returns:

  • (Boolean)


26839
26840
26841
26842
26843
26844
# File 'lib/aws-sdk-quicksight/types.rb', line 26839

class KnowledgeBaseConfiguration < Struct.new(
  :template_configuration,
  :event_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#template_configurationTypes::KbTemplateConfiguration

The template configuration for the knowledge base.



26839
26840
26841
26842
26843
26844
# File 'lib/aws-sdk-quicksight/types.rb', line 26839

class KnowledgeBaseConfiguration < Struct.new(
  :template_configuration,
  :event_enabled)
  SENSITIVE = []
  include Aws::Structure
end