Class: Aws::QuickSight::Types::DataQnAConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataQnAConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The generative Q&A settings of an embedded QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The generative Q&A settings of an embedded QuickSight console.
Instance Attribute Details
#enabled ⇒ Boolean
The generative Q&A settings of an embedded QuickSight console.
9085 9086 9087 9088 9089 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9085 class DataQnAConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |