Class: Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The feature configurations of an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightConsoleConfigurations
The Amazon Q configurations of an embedded Amazon QuickSight console.
-
#recent_snapshots ⇒ Types::RecentSnapshotsConfigurations
The recent snapshots configuration for an embedded Amazon QuickSight 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 configurations of an embedded Amazon QuickSight console.
-
#threshold_alerts ⇒ Types::ThresholdAlertsConfigurations
The threshold alerts configuration for an embedded Amazon QuickSight dashboard.
Instance Attribute Details
#amazon_q_in_quick_sight ⇒ Types::AmazonQInQuickSightConsoleConfigurations
The Amazon Q configurations of an embedded Amazon QuickSight console.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :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 embedded Amazon QuickSight dashboard.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :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.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :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.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |
#state_persistence ⇒ Types::StatePersistenceConfigurations
The state persistence configurations of an embedded Amazon QuickSight console.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :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 embedded Amazon QuickSight dashboard.
27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27836 class RegisteredUserConsoleFeatureConfigurations < Struct.new( :state_persistence, :shared_view, :amazon_q_in_quick_sight, :schedules, :recent_snapshots, :threshold_alerts) SENSITIVE = [] include Aws::Structure end |