Class: Aws::Lightsail::Types::RelationalDatabaseHardware
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseHardware
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the hardware of a database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_count ⇒ Integer
The number of vCPUs for the database.
-
#disk_size_in_gb ⇒ Integer
The size of the disk for the database.
-
#ram_size_in_gb ⇒ Float
The amount of RAM in GB for the database.
Instance Attribute Details
#cpu_count ⇒ Integer
The number of vCPUs for the database.
13174 13175 13176 13177 13178 13179 13180 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13174 class RelationalDatabaseHardware < Struct.new( :cpu_count, :disk_size_in_gb, :ram_size_in_gb) SENSITIVE = [] include Aws::Structure end |
#disk_size_in_gb ⇒ Integer
The size of the disk for the database.
13174 13175 13176 13177 13178 13179 13180 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13174 class RelationalDatabaseHardware < Struct.new( :cpu_count, :disk_size_in_gb, :ram_size_in_gb) SENSITIVE = [] include Aws::Structure end |
#ram_size_in_gb ⇒ Float
The amount of RAM in GB for the database.
13174 13175 13176 13177 13178 13179 13180 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13174 class RelationalDatabaseHardware < Struct.new( :cpu_count, :disk_size_in_gb, :ram_size_in_gb) SENSITIVE = [] include Aws::Structure end |