Class: Aws::EKS::Types::DescribeIdentityProviderConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribeIdentityProviderConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity_provider_config  ⇒ Types::IdentityProviderConfigResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object that represents an OpenID Connect (OIDC) identity provider configuration.
 
Instance Attribute Details
#identity_provider_config ⇒ Types::IdentityProviderConfigResponse
The object that represents an OpenID Connect (OIDC) identity provider configuration.
      2566 2567 2568 2569 2570  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2566 class DescribeIdentityProviderConfigResponse < Struct.new( :identity_provider_config) SENSITIVE = [] include Aws::Structure end  |