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.
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.
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.
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.
15601 15602 15603 |
# File 'sig/types.rbs', line 15601 def sustained_clock_speed_in_ghz @sustained_clock_speed_in_ghz end |