Class: Aws::EKS::Types::DisassociateAccessPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DisassociateAccessPolicyRequest
 
 
- 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.
 - 
  
    
      #policy_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the policy to disassociate from the access entry.
 - 
  
    
      #principal_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the IAM principal for the ‘AccessEntry`.
 
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
      2723 2724 2725 2726 2727 2728 2729  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2723 class DisassociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_arn ⇒ String
The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use ‘ListAssociatedAccessPolicies`.
      2723 2724 2725 2726 2727 2728 2729  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2723 class DisassociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#principal_arn ⇒ String
The ARN of the IAM principal for the ‘AccessEntry`.
      2723 2724 2725 2726 2727 2728 2729  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2723 class DisassociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn) SENSITIVE = [] include Aws::Structure end  |