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

#shared_viewTypes::SharedViewConfigurations

The shared view settings of an embedded dashboard.



27199
27200
27201
27202
27203
27204
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27199

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.



27199
27200
27201
27202
27203
27204
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27199

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