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.
9446 9447 9448 |
# File 'sig/types.rbs', line 9446 def maximum @maximum end |
#minimum ⇒ ::String
Returns the value of attribute minimum.
9445 9446 9447 |
# File 'sig/types.rbs', line 9445 def minimum @minimum end |