Class: Aws::Types::NodegroupUpdateConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_unavailable::Integer

Returns the value of attribute max_unavailable.

Returns:

  • (::Integer)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def max_unavailable
  @max_unavailable
end

#max_unavailable_percentage::Integer

Returns the value of attribute max_unavailable_percentage.

Returns:

  • (::Integer)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def max_unavailable_percentage
  @max_unavailable_percentage
end

#update_strategy"DEFAULT", "MINIMAL"

Returns the value of attribute update_strategy.

Returns:

  • ("DEFAULT", "MINIMAL")


1518
1519
1520
# File 'sig/types.rbs', line 1518

def update_strategy
  @update_strategy
end