Class: Aws::Types::MonitoringClusterConfig
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringClusterConfig
- 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.
9365 9366 9367 |
# File 'sig/types.rbs', line 9365 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
9366 9367 9368 |
# File 'sig/types.rbs', line 9366 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
9368 9369 9370 |
# File 'sig/types.rbs', line 9368 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
9367 9368 9369 |
# File 'sig/types.rbs', line 9367 def volume_size_in_gb @volume_size_in_gb end |