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