Class: Aws::QuickSight::Types::DataStoriesConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataStoriesConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The data story settings of an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The data story settings of an embedded Amazon QuickSight console.
Instance Attribute Details
permalink #enabled ⇒ Boolean
The data story settings of an embedded Amazon QuickSight console.
9822 9823 9824 9825 9826 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9822 class DataStoriesConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |