Class: Aws::Types::NodeRepairConfig
- Inherits:
-
Object
- Object
- Aws::Types::NodeRepairConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#max_parallel_nodes_repaired_count ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_count.
-
#max_parallel_nodes_repaired_percentage ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_percentage.
-
#max_unhealthy_node_threshold_count ⇒ ::Integer
Returns the value of attribute max_unhealthy_node_threshold_count.
-
#max_unhealthy_node_threshold_percentage ⇒ ::Integer
Returns the value of attribute max_unhealthy_node_threshold_percentage.
-
#node_repair_config_overrides ⇒ ::Array[Types::NodeRepairConfigOverrides]
Returns the value of attribute node_repair_config_overrides.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def enabled @enabled end |
#max_parallel_nodes_repaired_count ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_count.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def max_parallel_nodes_repaired_count @max_parallel_nodes_repaired_count end |
#max_parallel_nodes_repaired_percentage ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_percentage.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def max_parallel_nodes_repaired_percentage @max_parallel_nodes_repaired_percentage end |
#max_unhealthy_node_threshold_count ⇒ ::Integer
Returns the value of attribute max_unhealthy_node_threshold_count.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def max_unhealthy_node_threshold_count @max_unhealthy_node_threshold_count end |
#max_unhealthy_node_threshold_percentage ⇒ ::Integer
Returns the value of attribute max_unhealthy_node_threshold_percentage.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def max_unhealthy_node_threshold_percentage @max_unhealthy_node_threshold_percentage end |
#node_repair_config_overrides ⇒ ::Array[Types::NodeRepairConfigOverrides]
Returns the value of attribute node_repair_config_overrides.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def node_repair_config_overrides @node_repair_config_overrides end |