Class: Aws::Mgn::Types::CPU
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::CPU
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Source server CPU information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cores ⇒ Integer
The number of CPU cores on the source server.
-
#model_name ⇒ String
The source server’s CPU model name.
Instance Attribute Details
#cores ⇒ Integer
The number of CPU cores on the source server.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-mgn/types.rb', line 214 class CPU < Struct.new( :cores, :model_name) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The source server’s CPU model name.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-mgn/types.rb', line 214 class CPU < Struct.new( :cores, :model_name) SENSITIVE = [] include Aws::Structure end |