Class: Aws::Types::NodegroupUpdateConfig
- Inherits:
-
Object
- Object
- Aws::Types::NodegroupUpdateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_unavailable ⇒ ::Integer
Returns the value of attribute max_unavailable.
-
#max_unavailable_percentage ⇒ ::Integer
Returns the value of attribute max_unavailable_percentage.
-
#update_strategy ⇒ "DEFAULT", "MINIMAL"
Returns the value of attribute update_strategy.
Instance Attribute Details
#max_unavailable ⇒ ::Integer
Returns the value of attribute max_unavailable.
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.
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.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def update_strategy @update_strategy end |