Class: Aws::Types::MaximumAllowedResources
- Inherits:
-
Object
- Object
- Aws::Types::MaximumAllowedResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#disk ⇒ ::String
Returns the value of attribute disk.
-
#memory ⇒ ::String
Returns the value of attribute memory.
Instance Attribute Details
#cpu ⇒ ::String
Returns the value of attribute cpu.
450 451 452 |
# File 'sig/types.rbs', line 450 def cpu @cpu end |
#disk ⇒ ::String
Returns the value of attribute disk.
452 453 454 |
# File 'sig/types.rbs', line 452 def disk @disk end |
#memory ⇒ ::String
Returns the value of attribute memory.
451 452 453 |
# File 'sig/types.rbs', line 451 def memory @memory end |