Class: Aws::Types::ClusterAutoScalingConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAutoScalingConfigOutput
- 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.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
-
#status ⇒ "InService", ...
Returns the value of attribute status.
Instance Attribute Details
#auto_scaler_type ⇒ "Karpenter"
Returns the value of attribute auto_scaler_type.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def auto_scaler_type @auto_scaler_type end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def @failure_message end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def mode @mode end |
#status ⇒ "InService", ...
Returns the value of attribute status.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def status @status end |