Class: Aws::Types::ParameterDropDownControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDropDownControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cascading_control_configuration ⇒ Types::CascadingControlConfiguration
Returns the value of attribute cascading_control_configuration.
-
#commit_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute commit_mode.
-
#control_sort_configurations ⇒ ::Array[Types::ControlSortConfiguration]
Returns the value of attribute control_sort_configurations.
-
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
-
#display_options ⇒ Types::DropDownControlDisplayOptions
Returns the value of attribute display_options.
-
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
-
#selectable_values ⇒ Types::ParameterSelectableValues
Returns the value of attribute selectable_values.
-
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ "MULTI_SELECT", "SINGLE_SELECT"
Returns the value of attribute type.
Instance Attribute Details
#cascading_control_configuration ⇒ Types::CascadingControlConfiguration
Returns the value of attribute cascading_control_configuration.
8843 8844 8845 |
# File 'sig/types.rbs', line 8843 def cascading_control_configuration @cascading_control_configuration end |
#commit_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute commit_mode.
8844 8845 8846 |
# File 'sig/types.rbs', line 8844 def commit_mode @commit_mode end |
#control_sort_configurations ⇒ ::Array[Types::ControlSortConfiguration]
Returns the value of attribute control_sort_configurations.
8845 8846 8847 |
# File 'sig/types.rbs', line 8845 def control_sort_configurations @control_sort_configurations end |
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
8846 8847 8848 |
# File 'sig/types.rbs', line 8846 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::DropDownControlDisplayOptions
Returns the value of attribute display_options.
8840 8841 8842 |
# File 'sig/types.rbs', line 8840 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8837 8838 8839 |
# File 'sig/types.rbs', line 8837 def parameter_control_id @parameter_control_id end |
#selectable_values ⇒ Types::ParameterSelectableValues
Returns the value of attribute selectable_values.
8842 8843 8844 |
# File 'sig/types.rbs', line 8842 def selectable_values @selectable_values end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8839 8840 8841 |
# File 'sig/types.rbs', line 8839 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8838 8839 8840 |
# File 'sig/types.rbs', line 8838 def title @title end |
#type ⇒ "MULTI_SELECT", "SINGLE_SELECT"
Returns the value of attribute type.
8841 8842 8843 |
# File 'sig/types.rbs', line 8841 def type @type end |