Class: Aws::Types::ProcessorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ProcessorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#supported_architectures ⇒ ::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]
Returns the value of attribute supported_architectures.
-
#supported_features ⇒ ::Array[("amd-sev-snp" | "nested-virtualization")]
Returns the value of attribute supported_features.
-
#sustained_clock_speed_in_ghz ⇒ ::Float
Returns the value of attribute sustained_clock_speed_in_ghz.
Instance Attribute Details
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
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.
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.
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.
15304 15305 15306 |
# File 'sig/types.rbs', line 15304 def sustained_clock_speed_in_ghz @sustained_clock_speed_in_ghz end |