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

#shared_viewTypes::SharedViewConfigurations

The shared view settings of an embedded dashboard.



24830
24831
24832
24833
24834
24835
# File 'lib/aws-sdk-quicksight/types.rb', line 24830

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

#state_persistenceTypes::StatePersistenceConfigurations

The state persistence configurations of an embedded Amazon QuickSight console.



24830
24831
24832
24833
24834
24835
# File 'lib/aws-sdk-quicksight/types.rb', line 24830

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