Class: Aws::QuickSight::Types::TextBoxInteractionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TextBoxInteractionOptions
- Includes:
- Structure
- Defined in:
- 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.
33228 33229 33230 33231 33232 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33228 class TextBoxInteractionOptions < Struct.new( :text_box_menu_option) SENSITIVE = [] include Aws::Structure end |