Class: Aws::Types::AgeRange
- Inherits:
-
Object
- Object
- Aws::Types::AgeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#high ⇒ ::Integer
Returns the value of attribute high.
-
#low ⇒ ::Integer
Returns the value of attribute low.
Instance Attribute Details
#high ⇒ ::Integer
Returns the value of attribute high.
16 17 18 |
# File 'sig/types.rbs', line 16 def high @high end |
#low ⇒ ::Integer
Returns the value of attribute low.
15 16 17 |
# File 'sig/types.rbs', line 15 def low @low end |