Class: Aws::Types::InstancePoolSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstancePoolSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
6799 6800 6801 |
# File 'sig/types.rbs', line 6799 def current_instance_count @current_instance_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6798 6799 6800 |
# File 'sig/types.rbs', line 6798 def instance_type @instance_type end |