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.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def auto_scaler_type @auto_scaler_type end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def mode @mode end |