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.
9303 9304 9305 |
# File 'sig/types.rbs', line 9303 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
9304 9305 9306 |
# File 'sig/types.rbs', line 9304 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
9306 9307 9308 |
# File 'sig/types.rbs', line 9306 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
9305 9306 9307 |
# File 'sig/types.rbs', line 9305 def volume_size_in_gb @volume_size_in_gb end |