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 Quick Sight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightConsoleConfigurations
The Amazon Q configurations of an embedded Amazon Quick Sight console.
-
#dashboard_customization_summary ⇒ Types::DashboardCustomizationSummaryConfigurations
The dashboard customization summary configuration for an embedded Quick Sight console.
-
#recent_snapshots ⇒ Types::RecentSnapshotsConfigurations
The recent snapshots configuration for an embedded Quick Sight dashboard.
-
#schedules ⇒ Types::SchedulesConfigurations
The schedules configuration for an embedded Quick Sight dashboard.
-
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
-
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon Quick Sight console.
-
#threshold_alerts ⇒ Types::ThresholdAlertsConfigurations
The threshold alerts configuration for an embedded Quick Sight dashboard.
Instance Attribute Details
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightConsoleConfigurations
The Amazon Q configurations of an embedded Amazon Quick Sight console.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#dashboard_customization_summary ⇒ Types::DashboardCustomizationSummaryConfigurations
The dashboard customization summary configuration for an embedded Quick Sight console.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#recent_snapshots ⇒ Types::RecentSnapshotsConfigurations
The recent snapshots configuration for an embedded Quick Sight dashboard.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#schedules ⇒ Types::SchedulesConfigurations
The schedules configuration for an embedded Quick Sight dashboard.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon Quick Sight console.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |
#threshold_alerts ⇒ Types::ThresholdAlertsConfigurations
The threshold alerts configuration for an embedded Quick Sight dashboard.
32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32892 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts, :dashboard_customization_summary) SENSITIVE = [] include Aws::Structure end |