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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



1553
1554
1555
# File 'sig/types.rbs', line 1553

def node_repair_config_overrides
  @node_repair_config_overrides
end