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.
9959 9960 9961 |
# File 'sig/types.rbs', line 9959 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
9960 9961 9962 |
# File 'sig/types.rbs', line 9960 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
9962 9963 9964 |
# File 'sig/types.rbs', line 9962 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
9961 9962 9963 |
# File 'sig/types.rbs', line 9961 def volume_size_in_gb @volume_size_in_gb end |