Class: Aws::Lightsail::Types::InstanceHardware

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes the hardware for the instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_countInteger

The number of vCPUs the instance has.



10439
10440
10441
10442
10443
10444
10445
# File 'lib/aws-sdk-lightsail/types.rb', line 10439

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

#disksArray<Types::Disk>

The disks attached to the instance.



10439
10440
10441
10442
10443
10444
10445
# File 'lib/aws-sdk-lightsail/types.rb', line 10439

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

#ram_size_in_gbFloat

The amount of RAM in GB on the instance (1.0).



10439
10440
10441
10442
10443
10444
10445
# File 'lib/aws-sdk-lightsail/types.rb', line 10439

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