Class: Aws::Types::DoubleConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::DoubleConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Float
Returns the value of attribute default_value.
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
Instance Attribute Details
#default_value ⇒ ::Float
Returns the value of attribute default_value.
5645 5646 5647 |
# File 'sig/types.rbs', line 5645 def default_value @default_value end |
#max ⇒ ::Float
Returns the value of attribute max.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 def min @min end |