Class: Aws::Types::ContinuousParameterRangeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousParameterRangeSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_value ⇒ ::String
Returns the value of attribute max_value.
-
#min_value ⇒ ::String
Returns the value of attribute min_value.
Instance Attribute Details
#max_value ⇒ ::String
Returns the value of attribute max_value.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def min_value @min_value end |