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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


13159
13160
13161
13162
13163
13164
13165
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13159

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)


13159
13160
13161
13162
13163
13164
13165
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13159

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)


13159
13160
13161
13162
13163
13164
13165
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13159

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