Class: Aws::Types::CpuOptions
- Inherits:
-
Object
- Object
- Aws::Types::CpuOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
Instance Attribute Details
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
50 51 52 |
# File 'sig/types.rbs', line 50 def core_count @core_count end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
51 52 53 |
# File 'sig/types.rbs', line 51 def threads_per_core @threads_per_core end |