Class: Aws::Types::IntegerParameterRangeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::IntegerParameterRangeSpecification
- 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.
6819 6820 6821 |
# File 'sig/types.rbs', line 6819 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
6818 6819 6820 |
# File 'sig/types.rbs', line 6818 def min_value @min_value end |