Class: Aws::Types::ProcessorInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


15306
15307
15308
# File 'sig/types.rbs', line 15306

def manufacturer
  @manufacturer
end

#supported_architectures::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]

Returns the value of attribute supported_architectures.

Returns:

  • (::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")])


15303
15304
15305
# File 'sig/types.rbs', line 15303

def supported_architectures
  @supported_architectures
end

#supported_features::Array[("amd-sev-snp" | "nested-virtualization")]

Returns the value of attribute supported_features.

Returns:

  • (::Array[("amd-sev-snp" | "nested-virtualization")])


15305
15306
15307
# File 'sig/types.rbs', line 15305

def supported_features
  @supported_features
end

#sustained_clock_speed_in_ghz::Float

Returns the value of attribute sustained_clock_speed_in_ghz.

Returns:

  • (::Float)


15304
15305
15306
# File 'sig/types.rbs', line 15304

def sustained_clock_speed_in_ghz
  @sustained_clock_speed_in_ghz
end