Class: Aws::Types::ProcessingInstancePreference
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingInstancePreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
10047 10048 10049 |
# File 'sig/types.rbs', line 10047 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
10046 10047 10048 |
# File 'sig/types.rbs', line 10046 def instance_type @instance_type end |