Class: Aws::Types::ClusterInstanceTypeDetail
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInstanceTypeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
Instance Attribute Details
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def current_count @current_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def instance_type @instance_type end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def threads_per_core @threads_per_core end |