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

#state_persistenceTypes::StatePersistenceConfigurations

The state persistence configurations of an embedded Amazon QuickSight console.



23760
23761
23762
23763
23764
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23760

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