Class: Aws::Types::NodeRepairConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



1446
1447
1448
# File 'sig/types.rbs', line 1446

def node_repair_config_overrides
  @node_repair_config_overrides
end