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

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

Instance Attribute Details

#text_box_menu_optionTypes::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