Class: Aws::Types::ModifyInstanceCpuOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceCpuOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_count ⇒ ::Integer
Returns the value of attribute core_count.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
14070 14071 14072 |
# File 'sig/types.rbs', line 14070 def core_count @core_count end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14073 14074 14075 |
# File 'sig/types.rbs', line 14073 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14069 14070 14071 |
# File 'sig/types.rbs', line 14069 def instance_id @instance_id end |
#nested_virtualization ⇒ "enabled", "disabled"
Returns the value of attribute nested_virtualization.
14072 14073 14074 |
# File 'sig/types.rbs', line 14072 def nested_virtualization @nested_virtualization end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
14071 14072 14073 |
# File 'sig/types.rbs', line 14071 def threads_per_core @threads_per_core end |