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

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

Overview

Describes the properties of a Dedicated Host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coresInteger

The number of cores on the Dedicated Host.

Returns:

  • (Integer)


36977
36978
36979
36980
36981
36982
36983
36984
36985
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familyString

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

Returns:

  • (String)


36977
36978
36979
36980
36981
36982
36983
36984
36985
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#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)


36977
36978
36979
36980
36981
36982
36983
36984
36985
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#socketsInteger

The number of sockets on the Dedicated Host.

Returns:

  • (Integer)


36977
36978
36979
36980
36981
36982
36983
36984
36985
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#total_v_cpusInteger

The total number of vCPUs on the Dedicated Host.

Returns:

  • (Integer)


36977
36978
36979
36980
36981
36982
36983
36984
36985
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end