Class: Aws::Types::VisualInteractionOptions
- Inherits:
-
Object
- Object
- Aws::Types::VisualInteractionOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_menu_option ⇒ Types::ContextMenuOption
Returns the value of attribute context_menu_option.
-
#visual_menu_option ⇒ Types::VisualMenuOption
Returns the value of attribute visual_menu_option.
Instance Attribute Details
#context_menu_option ⇒ Types::ContextMenuOption
Returns the value of attribute context_menu_option.
13038 13039 13040 |
# File 'sig/types.rbs', line 13038 def @context_menu_option end |
#visual_menu_option ⇒ Types::VisualMenuOption
Returns the value of attribute visual_menu_option.
13037 13038 13039 |
# File 'sig/types.rbs', line 13037 def @visual_menu_option end |