Class: Aws::Types::CPU
- Inherits:
-
Object
- Object
- Aws::Types::CPU
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cores ⇒ ::Integer
Returns the value of attribute cores.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
Instance Attribute Details
#cores ⇒ ::Integer
Returns the value of attribute cores.
34 35 36 |
# File 'sig/types.rbs', line 34 def cores @cores end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def model_name @model_name end |