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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#bookmarksTypes::BookmarksConfigurations

The bookmarks configuration for an embedded dashboard in Amazon QuickSight.



24668
24669
24670
24671
24672
24673
# File 'lib/aws-sdk-quicksight/types.rb', line 24668

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

#state_persistenceTypes::StatePersistenceConfigurations

The state persistence settings of an embedded dashboard.



24668
24669
24670
24671
24672
24673
# File 'lib/aws-sdk-quicksight/types.rb', line 24668

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