Class: Aws::Types::MemorySizeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MemorySizeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
Instance Attribute Details
#memory ⇒ ::Integer
Returns the value of attribute memory.
962 963 964 |
# File 'sig/types.rbs', line 962 def memory @memory end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
963 964 965 |
# File 'sig/types.rbs', line 963 def memory_reservation @memory_reservation end |