Class: Aws::QuickSight::Types::ContextMenuOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ContextMenuOption
- 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
-
#availability_status ⇒ String
The availability status of the context menu options.
Instance Attribute Details
#availability_status ⇒ String
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.
8665 8666 8667 8668 8669 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8665 class ContextMenuOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |