Class: Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The feature configurations of an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
-
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon QuickSight console.
Instance Attribute Details
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
27199 27200 27201 27202 27203 27204 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27199 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon QuickSight console.
27199 27200 27201 27202 27203 27204 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27199 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view) SENSITIVE = [] include Aws::Structure end |