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.



27633
27634
27635
27636
27637
27638
27639
# File 'lib/aws-sdk-quicksight/types.rb', line 27633

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

#shared_viewTypes::SharedViewConfigurations

The shared view settings of an embedded dashboard.



27633
27634
27635
27636
27637
27638
27639
# File 'lib/aws-sdk-quicksight/types.rb', line 27633

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

#state_persistenceTypes::StatePersistenceConfigurations

The state persistence settings of an embedded dashboard.



27633
27634
27635
27636
27637
27638
27639
# File 'lib/aws-sdk-quicksight/types.rb', line 27633

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