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)


35310
35311
35312
35313
35314
# File 'lib/aws-sdk-quicksight/types.rb', line 35310

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