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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

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.



27875
27876
27877
27878
27879
27880
27881
27882
27883
27884
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27875

class RegisteredUserConsoleFeatureConfigurations < Struct.new(
  :state_persistence,
  :shared_view,
  :amazon_q_in_quick_sight,
  :schedules,
  :recent_snapshots,
  :threshold_alerts)
  SENSITIVE = []
  include Aws::Structure
end