Class: Aws::Types::SystemResourceLimits
- Inherits:
-
Object
- Object
- Aws::Types::SystemResourceLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpus ⇒ ::Float
Returns the value of attribute cpus.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
Instance Attribute Details
#cpus ⇒ ::Float
Returns the value of attribute cpus.
672 673 674 |
# File 'sig/types.rbs', line 672 def cpus @cpus end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
671 672 673 |
# File 'sig/types.rbs', line 671 def memory @memory end |