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.
8526 8527 8528 |
# File 'sig/types.rbs', line 8526 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::SliderControlDisplayOptions
Returns the value of attribute display_options.
8522 8523 8524 |
# File 'sig/types.rbs', line 8522 def @display_options end |
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
8523 8524 8525 |
# File 'sig/types.rbs', line 8523 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
8524 8525 8526 |
# File 'sig/types.rbs', line 8524 def minimum_value @minimum_value end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8519 8520 8521 |
# File 'sig/types.rbs', line 8519 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8521 8522 8523 |
# File 'sig/types.rbs', line 8521 def source_parameter_name @source_parameter_name end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
8525 8526 8527 |
# File 'sig/types.rbs', line 8525 def step_size @step_size end |
#title ⇒ ::String
Returns the value of attribute title.
8520 8521 8522 |
# File 'sig/types.rbs', line 8520 def title @title end |