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.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def delimiter @delimiter end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def @display_options end |