Class: Aws::Types::ParameterTextFieldControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterTextFieldControl
- 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.
-
#display_options ⇒ Types::TextFieldControlDisplayOptions
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.
8545 8546 8547 |
# File 'sig/types.rbs', line 8545 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::TextFieldControlDisplayOptions
Returns the value of attribute display_options.
8544 8545 8546 |
# File 'sig/types.rbs', line 8544 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8541 8542 8543 |
# File 'sig/types.rbs', line 8541 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8543 8544 8545 |
# File 'sig/types.rbs', line 8543 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8542 8543 8544 |
# File 'sig/types.rbs', line 8542 def title @title end |