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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


29278
29279
29280
29281
29282
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29278

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