Class: Aws::EKS::Types::ZonalShiftConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ZonalShiftConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The status of zonal shift configuration for the cluster
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the zonal shift is enabled.
 
Instance Attribute Details
#enabled ⇒ Boolean
Whether the zonal shift is enabled.
      6666 6667 6668 6669 6670  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 6666 class ZonalShiftConfigResponse < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |