Class: Aws::QuickSight::Types::RegisteredUserDashboardFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserDashboardFeatureConfigurations
- Defined in:
- gems/aws-sdk-quicksight/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.
-
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
-
#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.
27249 27250 27251 27252 27253 27254 27255 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27249 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks) SENSITIVE = [] include Aws::Structure end |
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
27249 27250 27251 27252 27253 27254 27255 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27249 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence settings of an embedded dashboard.
27249 27250 27251 27252 27253 27254 27255 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27249 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks) SENSITIVE = [] include Aws::Structure end |