Class: Aws::Types::HostProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cores::Integer

Returns the value of attribute cores.

Returns:

  • (::Integer)


11220
11221
11222
# File 'sig/types.rbs', line 11220

def cores
  @cores
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


11222
11223
11224
# File 'sig/types.rbs', line 11222

def instance_family
  @instance_family
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


11221
11222
11223
# File 'sig/types.rbs', line 11221

def instance_type
  @instance_type
end

#sockets::Integer

Returns the value of attribute sockets.

Returns:

  • (::Integer)


11223
11224
11225
# File 'sig/types.rbs', line 11223

def sockets
  @sockets
end

#total_v_cpus::Integer

Returns the value of attribute total_v_cpus.

Returns:

  • (::Integer)


11224
11225
11226
# File 'sig/types.rbs', line 11224

def total_v_cpus
  @total_v_cpus
end