Class: Aws::EKS::Types::DescribePodIdentityAssociationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribePodIdentityAssociationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association  ⇒ Types::PodIdentityAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of the EKS Pod Identity association.
 
Instance Attribute Details
#association ⇒ Types::PodIdentityAssociation
The full description of the EKS Pod Identity association.
      2691 2692 2693 2694 2695  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2691 class DescribePodIdentityAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end  |