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.
8887 8888 8889 |
# File 'sig/types.rbs', line 8887 def control_title_format_text @control_title_format_text end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
8885 8886 8887 |
# File 'sig/types.rbs', line 8885 def delimiter @delimiter end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
Returns the value of attribute display_options.
8886 8887 8888 |
# File 'sig/types.rbs', line 8886 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8882 8883 8884 |
# File 'sig/types.rbs', line 8882 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8884 8885 8886 |
# File 'sig/types.rbs', line 8884 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8883 8884 8885 |
# File 'sig/types.rbs', line 8883 def title @title end |