Class: Aws::QuickSight::Types::TextBoxInteractionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TextBoxInteractionOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The general textbox interactions setup for textbox publish options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_box_menu_option ⇒ Types::TextBoxMenuOption
The menu options for the textbox.
Instance Attribute Details
#text_box_menu_option ⇒ Types::TextBoxMenuOption
The menu options for the textbox.
33011 33012 33013 33014 33015 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33011 class TextBoxInteractionOptions < Struct.new( :text_box_menu_option) SENSITIVE = [] include Aws::Structure end |