Class: Aws::Types::WorkerResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::WorkerResourceConfig
- 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.
-
#disk_type ⇒ ::String
Returns the value of attribute disk_type.
-
#memory ⇒ ::String
Returns the value of attribute memory.
Instance Attribute Details
#cpu ⇒ ::String
Returns the value of attribute cpu.
688 689 690 |
# File 'sig/types.rbs', line 688 def cpu @cpu end |
#disk ⇒ ::String
Returns the value of attribute disk.
690 691 692 |
# File 'sig/types.rbs', line 690 def disk @disk end |
#disk_type ⇒ ::String
Returns the value of attribute disk_type.
691 692 693 |
# File 'sig/types.rbs', line 691 def disk_type @disk_type end |
#memory ⇒ ::String
Returns the value of attribute memory.
689 690 691 |
# File 'sig/types.rbs', line 689 def memory @memory end |