Class: Aws::QuickSight::Types::BookmarksConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BookmarksConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The bookmarks configuration of an embedded dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
A Boolean value that determines whether a user can bookmark an embedded dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
A Boolean value that determines whether a user can bookmark an embedded dashboard.
3289 3290 3291 3292 3293 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3289 class BookmarksConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |