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.



11432
11433
11434
# File 'sig/types.rbs', line 11432

def info_icon_label_options
  @info_icon_label_options
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

Returns the value of attribute placeholder_options.



11431
11432
11433
# File 'sig/types.rbs', line 11431

def placeholder_options
  @placeholder_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



11430
11431
11432
# File 'sig/types.rbs', line 11430

def title_options
  @title_options
end