Class: Aws::Types::AwsEc2LaunchTemplateDataCpuOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataCpuOptionsDetails
- 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.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def core_count @core_count end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def threads_per_core @threads_per_core end |