Class: Aws::QuickSight::Types::RegisteredUserDashboardFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserDashboardFeatureConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The feature configuration for an embedded dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bookmarks ⇒ Types::BookmarksConfigurations
The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
-
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence settings of an embedded dashboard.
Instance Attribute Details
#bookmarks ⇒ Types::BookmarksConfigurations
The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
24687 24688 24689 24690 24691 24692 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24687 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :bookmarks) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence settings of an embedded dashboard.
24687 24688 24689 24690 24691 24692 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24687 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :bookmarks) SENSITIVE = [] include Aws::Structure end |