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

Class: Aws::EC2::Types::HostProperties

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

Overview

Describes the properties of a Dedicated Host.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#coresInteger

The number of cores on the Dedicated Host.

Returns:

  • (Integer)

    The number of cores on the Dedicated Host.

#instance_familyString

The instance family supported by the Dedicated Host. For example, m5.

Returns:

  • (String)

    The instance family supported by the Dedicated Host.

#instance_typeString

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

Returns:

  • (String)

    The instance type supported by the Dedicated Host.

#socketsInteger

The number of sockets on the Dedicated Host.

Returns:

  • (Integer)

    The number of sockets on the Dedicated Host.

#total_v_cpusInteger

The total number of vCPUs on the Dedicated Host.

Returns:

  • (Integer)

    The total number of vCPUs on the Dedicated Host.