Class: Aws::QuickSight::Types::TopicConfigOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Configuration options for a ‘Topic`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#q_business_insights_enabledBoolean

Enables Amazon Q Business Insights for a ‘Topic`.

Returns:

  • (Boolean)


31860
31861
31862
31863
31864
# File 'lib/aws-sdk-quicksight/types.rb', line 31860

class TopicConfigOptions < Struct.new(
  :q_business_insights_enabled)
  SENSITIVE = []
  include Aws::Structure
end