Class: Aws::EKS::Types::DescribeAccessEntryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribeAccessEntryRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your cluster.
 - 
  
    
      #principal_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the IAM principal for the ‘AccessEntry`.
 
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
      2293 2294 2295 2296 2297 2298  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2293 class DescribeAccessEntryRequest < Struct.new( :cluster_name, :principal_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#principal_arn ⇒ String
The ARN of the IAM principal for the ‘AccessEntry`.
      2293 2294 2295 2296 2297 2298  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2293 class DescribeAccessEntryRequest < Struct.new( :cluster_name, :principal_arn) SENSITIVE = [] include Aws::Structure end  |