Class: Aws::QuickSight::Types::SharedViewConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SharedViewConfigurations
- 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
-
#enabled ⇒ Boolean
The shared view settings of an embedded dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The shared view settings of an embedded dashboard.
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 |