Class: Aws::Lightsail::Types::RelationalDatabaseHardware

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cpu_countInteger

The number of vCPUs for the database.

Returns:

  • (Integer)


13119
13120
13121
13122
13123
13124
13125
# File 'lib/aws-sdk-lightsail/types.rb', line 13119

class RelationalDatabaseHardware < Struct.new(
  :cpu_count,
  :disk_size_in_gb,
  :ram_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#disk_size_in_gbInteger

The size of the disk for the database.

Returns:

  • (Integer)


13119
13120
13121
13122
13123
13124
13125
# File 'lib/aws-sdk-lightsail/types.rb', line 13119

class RelationalDatabaseHardware < Struct.new(
  :cpu_count,
  :disk_size_in_gb,
  :ram_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#ram_size_in_gbFloat

The amount of RAM in GB for the database.

Returns:

  • (Float)


13119
13120
13121
13122
13123
13124
13125
# File 'lib/aws-sdk-lightsail/types.rb', line 13119

class RelationalDatabaseHardware < Struct.new(
  :cpu_count,
  :disk_size_in_gb,
  :ram_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end