You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the hardware of a database.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_countInteger

The number of vCPUs for the database.

Returns:

  • (Integer)

    The number of vCPUs for the database.

#disk_size_in_gbInteger

The size of the disk for the database.

Returns:

  • (Integer)

    The size of the disk for the database.

#ram_size_in_gbFloat

The amount of RAM in GB for the database.

Returns:

  • (Float)

    The amount of RAM in GB for the database.