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.
6854 6855 6856 |
# File 'sig/types.rbs', line 6854 def current_instance_count @current_instance_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6853 6854 6855 |
# File 'sig/types.rbs', line 6853 def instance_type @instance_type end |