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

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


3301
3302
3303
3304
3305
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3301

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