Class: Aws::Types::IntegerRange
- Inherits:
-
Object
- Object
- Aws::Types::IntegerRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
-
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
Instance Attribute Details
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
760 761 762 |
# File 'sig/types.rbs', line 760 def maximum @maximum end |
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
759 760 761 |
# File 'sig/types.rbs', line 759 def minimum @minimum end |