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.



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