Class: Aws::QuickSight::Types::ContextMenuOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The context menu options for a visual’s interactions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusString

The availability status of the context menu options. If the value of this property is set to ‘ENABLED`, dashboard readers can interact with the context menu.

Returns:

  • (String)


4763
4764
4765
4766
4767
# File 'lib/aws-sdk-quicksight/types.rb', line 4763

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