Class: Aws::Types::TextFieldControlDisplayOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

Returns the value of attribute info_icon_label_options.



11042
11043
11044
# File 'sig/types.rbs', line 11042

def info_icon_label_options
  @info_icon_label_options
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

Returns the value of attribute placeholder_options.



11041
11042
11043
# File 'sig/types.rbs', line 11041

def placeholder_options
  @placeholder_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



11040
11041
11042
# File 'sig/types.rbs', line 11040

def title_options
  @title_options
end