Class: Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The feature configurations of an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon QuickSight console.
Instance Attribute Details
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon QuickSight console.
24642 24643 24644 24645 24646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24642 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence) SENSITIVE = [] include Aws::Structure end |