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

#state_persistenceTypes::StatePersistenceConfigurations

The state persistence configurations of an embedded Amazon QuickSight console.



24642
24643
24644
24645
24646
# File 'lib/aws-sdk-quicksight/types.rb', line 24642

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