Class: Aws::Types::ParameterSliderControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterSliderControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
-
#display_options ⇒ Types::SliderControlDisplayOptions
Returns the value of attribute display_options.
-
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
-
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
-
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
-
#step_size ⇒ ::Float
Returns the value of attribute step_size.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
8877 8878 8879 |
# File 'sig/types.rbs', line 8877 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::SliderControlDisplayOptions
Returns the value of attribute display_options.
8873 8874 8875 |
# File 'sig/types.rbs', line 8873 def @display_options end |
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
8874 8875 8876 |
# File 'sig/types.rbs', line 8874 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
8875 8876 8877 |
# File 'sig/types.rbs', line 8875 def minimum_value @minimum_value end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8870 8871 8872 |
# File 'sig/types.rbs', line 8870 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8872 8873 8874 |
# File 'sig/types.rbs', line 8872 def source_parameter_name @source_parameter_name end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
8876 8877 8878 |
# File 'sig/types.rbs', line 8876 def step_size @step_size end |
#title ⇒ ::String
Returns the value of attribute title.
8871 8872 8873 |
# File 'sig/types.rbs', line 8871 def title @title end |