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.
13755 13756 13757 |
# File 'sig/types.rbs', line 13755 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
13754 13755 13756 |
# File 'sig/types.rbs', line 13754 def min @min end |