Class: Aws::QuickSight::Types::TextFieldControlDisplayOptions

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

Overview

The display options of a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

The configuration of info icon label options.



30834
30835
30836
30837
30838
30839
30840
# File 'lib/aws-sdk-quicksight/types.rb', line 30834

class TextFieldControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

The configuration of the placeholder options in a text field control.



30834
30835
30836
30837
30838
30839
30840
# File 'lib/aws-sdk-quicksight/types.rb', line 30834

class TextFieldControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#title_optionsTypes::LabelOptions

The options to configure the title visibility, name, and font size.

Returns:



30834
30835
30836
30837
30838
30839
30840
# File 'lib/aws-sdk-quicksight/types.rb', line 30834

class TextFieldControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end