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)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def max_unavailable
  @max_unavailable
end

#max_unavailable_percentage::Integer

Returns the value of attribute max_unavailable_percentage.

Returns:

  • (::Integer)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def max_unavailable_percentage
  @max_unavailable_percentage
end

#update_strategy"DEFAULT", "MINIMAL"

Returns the value of attribute update_strategy.

Returns:

  • ("DEFAULT", "MINIMAL")


1625
1626
1627
# File 'sig/types.rbs', line 1625

def update_strategy
  @update_strategy
end