Class: Aws::Types::ParameterControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_picker ⇒ Types::ParameterDateTimePickerControl
Returns the value of attribute date_time_picker.
-
#dropdown ⇒ Types::ParameterDropDownControl
Returns the value of attribute dropdown.
-
#list ⇒ Types::ParameterListControl
Returns the value of attribute list.
-
#slider ⇒ Types::ParameterSliderControl
Returns the value of attribute slider.
-
#text_area ⇒ Types::ParameterTextAreaControl
Returns the value of attribute text_area.
-
#text_field ⇒ Types::ParameterTextFieldControl
Returns the value of attribute text_field.
Instance Attribute Details
#date_time_picker ⇒ Types::ParameterDateTimePickerControl
Returns the value of attribute date_time_picker.
8459 8460 8461 |
# File 'sig/types.rbs', line 8459 def date_time_picker @date_time_picker end |
#dropdown ⇒ Types::ParameterDropDownControl
Returns the value of attribute dropdown.
8461 8462 8463 |
# File 'sig/types.rbs', line 8461 def dropdown @dropdown end |
#list ⇒ Types::ParameterListControl
Returns the value of attribute list.
8460 8461 8462 |
# File 'sig/types.rbs', line 8460 def list @list end |
#slider ⇒ Types::ParameterSliderControl
Returns the value of attribute slider.
8464 8465 8466 |
# File 'sig/types.rbs', line 8464 def @slider end |
#text_area ⇒ Types::ParameterTextAreaControl
Returns the value of attribute text_area.
8463 8464 8465 |
# File 'sig/types.rbs', line 8463 def text_area @text_area end |
#text_field ⇒ Types::ParameterTextFieldControl
Returns the value of attribute text_field.
8462 8463 8464 |
# File 'sig/types.rbs', line 8462 def text_field @text_field end |