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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



1568
1569
1570
# File 'sig/types.rbs', line 1568

def node_repair_config_overrides
  @node_repair_config_overrides
end