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
-
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightDashboardConfigurations
The Amazon Q configurations of an embedded Amazon QuickSight dashboard.
-
#bookmarks ⇒ Types::BookmarksConfigurations
The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
-
#recent_snapshots ⇒ Types::RecentSnapshotsConfigurations
The recent snapshots configuration for an Amazon QuickSight embedded dashboard.
-
#schedules ⇒ Types::SchedulesConfigurations
The schedules configuration for an embedded Amazon QuickSight dashboard.
-
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
-
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence settings of an embedded dashboard.
-
#threshold_alerts ⇒ Types::ThresholdAlertsConfigurations
The threshold alerts configuration for an Amazon QuickSight embedded dashboard.
Instance Attribute Details
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightDashboardConfigurations
The Amazon Q configurations of an embedded Amazon QuickSight dashboard.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#bookmarks ⇒ Types::BookmarksConfigurations
The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#recent_snapshots ⇒ Types::RecentSnapshotsConfigurations
The recent snapshots configuration for an Amazon QuickSight embedded dashboard
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#schedules ⇒ Types::SchedulesConfigurations
The schedules configuration for an embedded Amazon QuickSight dashboard.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence settings of an embedded dashboard.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#threshold_alerts ⇒ Types::ThresholdAlertsConfigurations
The threshold alerts configuration for an Amazon QuickSight embedded dashboard.
27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27910 class RegisteredUserDashboardFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :bookmarks, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |