Class: Aws::QuickSight::Types::RegisteredUserConsoleFeatureConfigurations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amazon_q_in_quick_sightTypes::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_snapshotsTypes::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

#schedulesTypes::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_viewTypes::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_persistenceTypes::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_alertsTypes::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