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

#template_configurationTypes::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