Class: Aws::Types::ProcessingClusterConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingClusterConfig
- 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.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
9974 9975 9976 |
# File 'sig/types.rbs', line 9974 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
9975 9976 9977 |
# File 'sig/types.rbs', line 9975 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
9977 9978 9979 |
# File 'sig/types.rbs', line 9977 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
9976 9977 9978 |
# File 'sig/types.rbs', line 9976 def volume_size_in_gb @volume_size_in_gb end |