Class: Aws::QuickSight::Types::BookmarksConfigurations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

A Boolean value that determines whether a user can bookmark an embedded dashboard.

Returns:

  • (Boolean)


3156
3157
3158
3159
3160
# File 'lib/aws-sdk-quicksight/types.rb', line 3156

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