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.



8459
8460
8461
# File 'sig/types.rbs', line 8459

def date_time_picker
  @date_time_picker
end

Returns the value of attribute dropdown.



8461
8462
8463
# File 'sig/types.rbs', line 8461

def dropdown
  @dropdown
end

#listTypes::ParameterListControl

Returns the value of attribute list.



8460
8461
8462
# File 'sig/types.rbs', line 8460

def list
  @list
end

#sliderTypes::ParameterSliderControl

Returns the value of attribute slider.



8464
8465
8466
# File 'sig/types.rbs', line 8464

def slider
  @slider
end

#text_areaTypes::ParameterTextAreaControl

Returns the value of attribute text_area.



8463
8464
8465
# File 'sig/types.rbs', line 8463

def text_area
  @text_area
end

#text_fieldTypes::ParameterTextFieldControl

Returns the value of attribute text_field.



8462
8463
8464
# File 'sig/types.rbs', line 8462

def text_field
  @text_field
end