Class: Aws::EKS::Types::NodeRepairConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::NodeRepairConfig
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The node auto repair configuration for the node group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether to enable node auto repair for the node group.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether to enable node auto repair for the node group. Node auto repair is disabled by default.
4817 4818 4819 4820 4821 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4817 class NodeRepairConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |