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.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def @display_options end |
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def minimum_value @minimum_value end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
3827 3828 3829 |
# File 'sig/types.rbs', line 3827 def step_size @step_size end |
#type ⇒ "SINGLE_POINT", "RANGE"
Returns the value of attribute type.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def type @type end |