Class: Aws::Types::ModifyInstanceCpuOptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceCpuOptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
14085 14086 14087 |
# File 'sig/types.rbs', line 14085 def core_count @core_count end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14084 14085 14086 |
# File 'sig/types.rbs', line 14084 def instance_id @instance_id end |
#nested_virtualization ⇒ "enabled", "disabled"
Returns the value of attribute nested_virtualization.
14087 14088 14089 |
# File 'sig/types.rbs', line 14087 def nested_virtualization @nested_virtualization end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
14086 14087 14088 |
# File 'sig/types.rbs', line 14086 def threads_per_core @threads_per_core end |