Class: Aws::Types::RelationalDatabaseHardware

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_count::Integer

Returns the value of attribute cpu_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


2737
2738
2739
# File 'sig/types.rbs', line 2737

def ram_size_in_gb
  @ram_size_in_gb
end