Class: Aws::Types::InstanceHardware

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)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def cpu_count
  @cpu_count
end

#disks::Array[Types::Disk]

Returns the value of attribute disks.

Returns:



2188
2189
2190
# File 'sig/types.rbs', line 2188

def disks
  @disks
end

#ram_size_in_gb::Float

Returns the value of attribute ram_size_in_gb.

Returns:

  • (::Float)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def ram_size_in_gb
  @ram_size_in_gb
end