Class: Aws::Types::ClusterAutoScalingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAutoScalingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaler_type ⇒ "Karpenter"
Returns the value of attribute auto_scaler_type.
-
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
Instance Attribute Details
#auto_scaler_type ⇒ "Karpenter"
Returns the value of attribute auto_scaler_type.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def auto_scaler_type @auto_scaler_type end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def mode @mode end |