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.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def current_count @current_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def instance_type @instance_type end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def threads_per_core @threads_per_core end |