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.
15942 15943 15944 |
# File 'sig/types.rbs', line 15942 def manufacturer @manufacturer end |
#supported_architectures ⇒ ::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]
Returns the value of attribute supported_architectures.
15939 15940 15941 |
# File 'sig/types.rbs', line 15939 def supported_architectures @supported_architectures end |
#supported_features ⇒ ::Array[("amd-sev-snp" | "nested-virtualization")]
Returns the value of attribute supported_features.
15941 15942 15943 |
# File 'sig/types.rbs', line 15941 def supported_features @supported_features end |
#sustained_clock_speed_in_ghz ⇒ ::Float
Returns the value of attribute sustained_clock_speed_in_ghz.
15940 15941 15942 |
# File 'sig/types.rbs', line 15940 def sustained_clock_speed_in_ghz @sustained_clock_speed_in_ghz end |