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)


2800
2801
2802
2803
2804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2800

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