Class: Aws::Types::RelationalDatabaseHardware
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseHardware
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
-
#disk_size_in_gb ⇒ ::Integer
Returns the value of attribute disk_size_in_gb.
-
#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.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def cpu_count @cpu_count end |
#disk_size_in_gb ⇒ ::Integer
Returns the value of attribute disk_size_in_gb.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def disk_size_in_gb @disk_size_in_gb end |
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def ram_size_in_gb @ram_size_in_gb end |