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.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def enabled @enabled end |
#max_parallel_nodes_repaired_count ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_count.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 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.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 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.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 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.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 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.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def node_repair_config_overrides @node_repair_config_overrides end |