Class: Aws::QuickSight::Types::TextBoxMenuOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The menu options for the interactions of a textbox.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusString

The availability status of the textbox menu. If the value of this property is set to ENABLED, dashboard readers can interact with the textbox menu.

Returns:

  • (String)


33027
33028
33029
33030
33031
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33027

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