Class: Aws::Types::MemoryMiB
- Inherits:
-
Object
- Object
- Aws::Types::MemoryMiB
- 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.
13163 13164 13165 |
# File 'sig/types.rbs', line 13163 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
13162 13163 13164 |
# File 'sig/types.rbs', line 13162 def min @min end |