Class: Aws::Types::MemoryMiBRange
- Inherits:
-
Object
- Object
- Aws::Types::MemoryMiBRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#min ⇒ ::Integer
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Integer
Returns the value of attribute max.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def min @min end |