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)


11002
11003
11004
# File 'sig/types.rbs', line 11002

def cores
  @cores
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


11004
11005
11006
# File 'sig/types.rbs', line 11004

def instance_family
  @instance_family
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


11003
11004
11005
# File 'sig/types.rbs', line 11003

def instance_type
  @instance_type
end

#sockets::Integer

Returns the value of attribute sockets.

Returns:

  • (::Integer)


11005
11006
11007
# File 'sig/types.rbs', line 11005

def sockets
  @sockets
end

#total_v_cpus::Integer

Returns the value of attribute total_v_cpus.

Returns:

  • (::Integer)


11006
11007
11008
# File 'sig/types.rbs', line 11006

def total_v_cpus
  @total_v_cpus
end