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)


15603
15604
15605
# File 'sig/types.rbs', line 15603

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")])


15600
15601
15602
# File 'sig/types.rbs', line 15600

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")])


15602
15603
15604
# File 'sig/types.rbs', line 15602

def supported_features
  @supported_features
end

#sustained_clock_speed_in_ghz::Float

Returns the value of attribute sustained_clock_speed_in_ghz.

Returns:

  • (::Float)


15601
15602
15603
# File 'sig/types.rbs', line 15601

def sustained_clock_speed_in_ghz
  @sustained_clock_speed_in_ghz
end