Class: Aws::QuickSight::Types::RegisteredUserDashboardFeatureConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The feature configuration for an embedded dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_in_quick_sightTypes::AmazonQInQuickSightDashboardConfigurations

The Amazon Q configurations of an embedded Amazon QuickSight dashboard.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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

#bookmarksTypes::BookmarksConfigurations

The bookmarks configuration for an embedded dashboard in Amazon QuickSight.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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_snapshotsTypes::RecentSnapshotsConfigurations

The recent snapshots configuration for an Amazon QuickSight embedded dashboard



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

class RegisteredUserDashboardFeatureConfigurations < Struct.new(
  :state_persistence,
  :shared_view,
  :bookmarks,
  :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.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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_viewTypes::SharedViewConfigurations

The shared view settings of an embedded dashboard.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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_persistenceTypes::StatePersistenceConfigurations

The state persistence settings of an embedded dashboard.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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_alertsTypes::ThresholdAlertsConfigurations

The threshold alerts configuration for an Amazon QuickSight embedded dashboard.



28024
28025
28026
28027
28028
28029
28030
28031
28032
28033
28034
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024

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