Class: Aws::QuickSight::Types::SharedViewConfigurations

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

Overview

The shared view settings of an embedded dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The shared view settings of an embedded dashboard.

Returns:

  • (Boolean)


26690
26691
26692
26693
26694
# File 'lib/aws-sdk-quicksight/types.rb', line 26690

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