Class: Aws::EKS::Types::IdentityProviderConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::IdentityProviderConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The full description of your identity configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #oidc  ⇒ Types::OidcIdentityProviderConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing an OpenID Connect (OIDC) identity provider configuration.
 
Instance Attribute Details
#oidc ⇒ Types::OidcIdentityProviderConfig
An object representing an OpenID Connect (OIDC) identity provider configuration.
      3161 3162 3163 3164 3165  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3161 class IdentityProviderConfigResponse < Struct.new( :oidc) SENSITIVE = [] include Aws::Structure end  |