Class: Aws::EKS::Types::DescribePodIdentityAssociationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribePodIdentityAssociationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the association that you want the description of.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster that the association is in.
 
Instance Attribute Details
#association_id ⇒ String
The ID of the association that you want the description of.
      2678 2679 2680 2681 2682 2683  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2678 class DescribePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_name ⇒ String
The name of the cluster that the association is in.
      2678 2679 2680 2681 2682 2683  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2678 class DescribePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end  |