Class: Aws::QuickSight::Types::TextBoxInteractionOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#text_box_menu_optionTypes::TextBoxMenuOption

The menu options for the textbox.



44692
44693
44694
44695
44696
# File 'lib/aws-sdk-quicksight/types.rb', line 44692

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