Class: Aws::Types::DefaultTextAreaControlOptions
- Inherits:
-
Object
- Object
- Aws::Types::DefaultTextAreaControlOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
Instance Attribute Details
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def delimiter @delimiter end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def @display_options end |