Class: Aws::QuickSight::Types::StatePersistenceConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StatePersistenceConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The state perssitence configuration of an embedded dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Determines if a Amazon QuickSight dashboard’s state persistence settings are turned on or off.
Instance Attribute Details
#enabled ⇒ Boolean
Determines if a Amazon QuickSight dashboard’s state persistence settings are turned on or off.
30782 30783 30784 30785 30786 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30782 class StatePersistenceConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |