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)


26806
26807
26808
26809
26810
26811
# File 'lib/aws-sdk-quicksight/types.rb', line 26806

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

#template_configurationTypes::KbTemplateConfiguration

The template configuration for the knowledge base.



26806
26807
26808
26809
26810
26811
# File 'lib/aws-sdk-quicksight/types.rb', line 26806

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