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.
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.
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.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def update_strategy @update_strategy end |