Class: Aws::QuickSight::Types::DataQnAConfigurations

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

Overview

The generative Q&A settings of an embedded Amazon QuickSight console.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The generative Q&A settings of an embedded Amazon QuickSight console.

Returns:

  • (Boolean)


8998
8999
9000
9001
9002
# File 'lib/aws-sdk-quicksight/types.rb', line 8998

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