Class: Aws::Types::ParameterTextAreaControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterTextAreaControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
-
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
-
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
8536 8537 8538 |
# File 'sig/types.rbs', line 8536 def control_title_format_text @control_title_format_text end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
8534 8535 8536 |
# File 'sig/types.rbs', line 8534 def delimiter @delimiter end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
8535 8536 8537 |
# File 'sig/types.rbs', line 8535 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8533 8534 8535 |
# File 'sig/types.rbs', line 8533 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def title @title end |