Class: Aws::EKS::Types::AssociateAccessPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AssociateAccessPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associated_access_policy  ⇒ Types::AssociatedAccessPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘AccessPolicy` and scope associated to the `AccessEntry`.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your cluster.
 - 
  
    
      #principal_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the IAM principal for the ‘AccessEntry`.
 
Instance Attribute Details
#associated_access_policy ⇒ Types::AssociatedAccessPolicy
The ‘AccessPolicy` and scope associated to the `AccessEntry`.
      496 497 498 499 500 501 502  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 496 class AssociateAccessPolicyResponse < Struct.new( :cluster_name, :principal_arn, :associated_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_name ⇒ String
The name of your cluster.
      496 497 498 499 500 501 502  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 496 class AssociateAccessPolicyResponse < Struct.new( :cluster_name, :principal_arn, :associated_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#principal_arn ⇒ String
The ARN of the IAM principal for the ‘AccessEntry`.
      496 497 498 499 500 501 502  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 496 class AssociateAccessPolicyResponse < Struct.new( :cluster_name, :principal_arn, :associated_access_policy) SENSITIVE = [] include Aws::Structure end  |