Class: Aws::Types::DefaultSliderControlOptions
- Inherits:
-
Object
- Object
- Aws::Types::DefaultSliderControlOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#step_size ⇒ ::Float
Returns the value of attribute step_size.
-
#type ⇒ "SINGLE_POINT", "RANGE"
Returns the value of attribute type.
Instance Attribute Details
#display_options ⇒ Types::SliderControlDisplayOptions
Returns the value of attribute display_options.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def @display_options end |
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def minimum_value @minimum_value end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def step_size @step_size end |
#type ⇒ "SINGLE_POINT", "RANGE"
Returns the value of attribute type.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def type @type end |