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

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

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

Overview

Describes the hardware for the instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_countInteger

The number of vCPUs the instance has.

Returns:

  • (Integer)

    The number of vCPUs the instance has.

#disksArray<Types::Disk>

The disks attached to the instance.

Returns:

  • (Array<Types::Disk>)

    The disks attached to the instance.

#ram_size_in_gbFloat

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

Returns:

  • (Float)

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