Class: Aws::EKS::Types::UpdateAccessConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::UpdateAccessConfigRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The access configuration information for the cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authentication_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The desired authentication mode for the cluster.
 
Instance Attribute Details
#authentication_mode ⇒ String
The desired authentication mode for the cluster.
      5747 5748 5749 5750 5751  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5747 class UpdateAccessConfigRequest < Struct.new( :authentication_mode) SENSITIVE = [] include Aws::Structure end  |