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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def auto_scaler_type @auto_scaler_type end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def @failure_message end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def mode @mode end |
#status ⇒ "InService", ...
Returns the value of attribute status.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def status @status end |