Class: Aws::QuickSight::Types::SharedViewConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SharedViewConfigurations
- 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
-
#enabled ⇒ Boolean
The shared view settings of an embedded dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The shared view settings of an embedded dashboard.
29662 29663 29664 29665 29666 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29662 class SharedViewConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |