Class: Aws::Types::LaunchTemplateCpuOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateCpuOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amd_sev_snp ⇒ "enabled", "disabled"
Returns the value of attribute amd_sev_snp.
-
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
-
#nested_virtualization ⇒ "enabled", "disabled"
Returns the value of attribute nested_virtualization.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
Instance Attribute Details
#amd_sev_snp ⇒ "enabled", "disabled"
Returns the value of attribute amd_sev_snp.
13107 13108 13109 |
# File 'sig/types.rbs', line 13107 def amd_sev_snp @amd_sev_snp end |
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
13105 13106 13107 |
# File 'sig/types.rbs', line 13105 def core_count @core_count end |
#nested_virtualization ⇒ "enabled", "disabled"
Returns the value of attribute nested_virtualization.
13108 13109 13110 |
# File 'sig/types.rbs', line 13108 def nested_virtualization @nested_virtualization end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
13106 13107 13108 |
# File 'sig/types.rbs', line 13106 def threads_per_core @threads_per_core end |