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.
8810 8811 8812 |
# File 'sig/types.rbs', line 8810 def date_time_picker @date_time_picker end |
#dropdown ⇒ Types::ParameterDropDownControl
Returns the value of attribute dropdown.
8812 8813 8814 |
# File 'sig/types.rbs', line 8812 def dropdown @dropdown end |
#list ⇒ Types::ParameterListControl
Returns the value of attribute list.
8811 8812 8813 |
# File 'sig/types.rbs', line 8811 def list @list end |
#slider ⇒ Types::ParameterSliderControl
Returns the value of attribute slider.
8815 8816 8817 |
# File 'sig/types.rbs', line 8815 def @slider end |
#text_area ⇒ Types::ParameterTextAreaControl
Returns the value of attribute text_area.
8814 8815 8816 |
# File 'sig/types.rbs', line 8814 def text_area @text_area end |
#text_field ⇒ Types::ParameterTextFieldControl
Returns the value of attribute text_field.
8813 8814 8815 |
# File 'sig/types.rbs', line 8813 def text_field @text_field end |