Class: Aws::Types::TextAreaControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::TextAreaControlDisplayOptions
- 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.
11013 11014 11015 |
# File 'sig/types.rbs', line 11013 def @info_icon_label_options end |
#placeholder_options ⇒ Types::TextControlPlaceholderOptions
Returns the value of attribute placeholder_options.
11012 11013 11014 |
# File 'sig/types.rbs', line 11012 def @placeholder_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
11011 11012 11013 |
# File 'sig/types.rbs', line 11011 def @title_options end |