Class: Aws::Types::ComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComputeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk ⇒ ::Integer
Returns the value of attribute disk.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#machine_type ⇒ "GENERAL", "NVME"
Returns the value of attribute machine_type.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#v_cpu ⇒ ::Integer
Returns the value of attribute v_cpu.
Instance Attribute Details
#disk ⇒ ::Integer
Returns the value of attribute disk.
321 322 323 |
# File 'sig/types.rbs', line 321 def disk @disk end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
323 324 325 |
# File 'sig/types.rbs', line 323 def instance_type @instance_type end |
#machine_type ⇒ "GENERAL", "NVME"
Returns the value of attribute machine_type.
322 323 324 |
# File 'sig/types.rbs', line 322 def machine_type @machine_type end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
320 321 322 |
# File 'sig/types.rbs', line 320 def memory @memory end |
#v_cpu ⇒ ::Integer
Returns the value of attribute v_cpu.
319 320 321 |
# File 'sig/types.rbs', line 319 def v_cpu @v_cpu end |