Class: Aws::QuickSight::Types::StatePersistenceConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The state perssitence configuration of an embedded dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.

Returns:

  • (Boolean)


26920
26921
26922
26923
26924
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26920

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