Class: Aws::Types::RangeConstant
- Inherits:
-
Object
- Object
- Aws::Types::RangeConstant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum ⇒ ::String
Returns the value of attribute maximum.
-
#minimum ⇒ ::String
Returns the value of attribute minimum.
Instance Attribute Details
#maximum ⇒ ::String
Returns the value of attribute maximum.
9078 9079 9080 |
# File 'sig/types.rbs', line 9078 def maximum @maximum end |
#minimum ⇒ ::String
Returns the value of attribute minimum.
9077 9078 9079 |
# File 'sig/types.rbs', line 9077 def minimum @minimum end |