Class: Aws::QuickSight::Types::GenerativeAuthoringConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerativeAuthoringConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The generative BI authoring settings of an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The generative BI authoring settings of an embedded Amazon QuickSight console.
Instance Attribute Details
#enabled ⇒ Boolean
The generative BI authoring settings of an embedded Amazon QuickSight console.
17920 17921 17922 17923 17924 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17920 class GenerativeAuthoringConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |