Class: Aws::Drs::Types::CPU
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CPU
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Information about a server’s CPU.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cores ⇒ Integer
The number of CPU cores.
-
#model_name ⇒ String
The model name of the CPU.
Instance Attribute Details
#cores ⇒ Integer
The number of CPU cores.
85 86 87 88 89 90 |
# File 'lib/aws-sdk-drs/types.rb', line 85 class CPU < Struct.new( :cores, :model_name) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The model name of the CPU.
85 86 87 88 89 90 |
# File 'lib/aws-sdk-drs/types.rb', line 85 class CPU < Struct.new( :cores, :model_name) SENSITIVE = [] include Aws::Structure end |