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.
9083 9084 9085 9086 9087 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9083 class DataQnAConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |