Class: Aws::Types::InstanceGroup
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
6738 6739 6740 |
# File 'sig/types.rbs', line 6738 def instance_count @instance_count end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
6739 6740 6741 |
# File 'sig/types.rbs', line 6739 def instance_group_name @instance_group_name end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
6737 6738 6739 |
# File 'sig/types.rbs', line 6737 def instance_type @instance_type end |