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.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def enabled @enabled end |
#max_parallel_nodes_repaired_count ⇒ ::Integer
Returns the value of attribute max_parallel_nodes_repaired_count.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 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.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 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.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 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.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 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.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def node_repair_config_overrides @node_repair_config_overrides end |