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.



23867
23868
23869
23870
23871
# File 'lib/aws-sdk-quicksight/types.rb', line 23867

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