Class: Aws::Types::ParameterListControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterListControl
- 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.
-
#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::ListControlDisplayOptions
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.
8506 8507 8508 |
# File 'sig/types.rbs', line 8506 def cascading_control_configuration @cascading_control_configuration end |
#control_sort_configurations ⇒ ::Array[Types::ControlSortConfiguration]
Returns the value of attribute control_sort_configurations.
8507 8508 8509 |
# File 'sig/types.rbs', line 8507 def control_sort_configurations @control_sort_configurations end |
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
8508 8509 8510 |
# File 'sig/types.rbs', line 8508 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::ListControlDisplayOptions
Returns the value of attribute display_options.
8503 8504 8505 |
# File 'sig/types.rbs', line 8503 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8500 8501 8502 |
# File 'sig/types.rbs', line 8500 def parameter_control_id @parameter_control_id end |
#selectable_values ⇒ Types::ParameterSelectableValues
Returns the value of attribute selectable_values.
8505 8506 8507 |
# File 'sig/types.rbs', line 8505 def selectable_values @selectable_values end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8502 8503 8504 |
# File 'sig/types.rbs', line 8502 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8501 8502 8503 |
# File 'sig/types.rbs', line 8501 def title @title end |
#type ⇒ "MULTI_SELECT", "SINGLE_SELECT"
Returns the value of attribute type.
8504 8505 8506 |
# File 'sig/types.rbs', line 8504 def type @type end |