Class: Aws::QuickSight::Types::GenerativeAuthoringConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerativeAuthoringConfigurations
- Defined in:
- gems/aws-sdk-quicksight/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.
17985 17986 17987 17988 17989 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17985 class GenerativeAuthoringConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |