Class: Aws::Types::ParameterControl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_time_pickerTypes::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

Returns the value of attribute dropdown.



8812
8813
8814
# File 'sig/types.rbs', line 8812

def dropdown
  @dropdown
end

#listTypes::ParameterListControl

Returns the value of attribute list.



8811
8812
8813
# File 'sig/types.rbs', line 8811

def list
  @list
end

#sliderTypes::ParameterSliderControl

Returns the value of attribute slider.



8815
8816
8817
# File 'sig/types.rbs', line 8815

def slider
  @slider
end

#text_areaTypes::ParameterTextAreaControl

Returns the value of attribute text_area.



8814
8815
8816
# File 'sig/types.rbs', line 8814

def text_area
  @text_area
end

#text_fieldTypes::ParameterTextFieldControl

Returns the value of attribute text_field.



8813
8814
8815
# File 'sig/types.rbs', line 8813

def text_field
  @text_field
end