Class: Aws::Types::InstanceHardware
- Inherits:
-
Object
- Object
- Aws::Types::InstanceHardware
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
-
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
-
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
Instance Attribute Details
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def cpu_count @cpu_count end |
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def disks @disks end |
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def ram_size_in_gb @ram_size_in_gb end |