Class: Aws::EKS::Types::UpdateAccessEntryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::UpdateAccessEntryResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #access_entry  ⇒ Types::AccessEntry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the IAM principal for the ‘AccessEntry`.
 
Instance Attribute Details
#access_entry ⇒ Types::AccessEntry
The ARN of the IAM principal for the ‘AccessEntry`.
      5869 5870 5871 5872 5873  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5869 class UpdateAccessEntryResponse < Struct.new( :access_entry) SENSITIVE = [] include Aws::Structure end  |