Class: Aws::Types::TextFieldControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::TextFieldControlDisplayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
-
#placeholder_options ⇒ Types::TextControlPlaceholderOptions
Returns the value of attribute placeholder_options.
-
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
Instance Attribute Details
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
11042 11043 11044 |
# File 'sig/types.rbs', line 11042 def @info_icon_label_options end |
#placeholder_options ⇒ Types::TextControlPlaceholderOptions
Returns the value of attribute placeholder_options.
11041 11042 11043 |
# File 'sig/types.rbs', line 11041 def @placeholder_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
11040 11041 11042 |
# File 'sig/types.rbs', line 11040 def @title_options end |