Class: Aws::EKS::Types::DescribeIdentityProviderConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribeIdentityProviderConfigRequest
 
 
- 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.
 - 
  
    
      #identity_provider_config  ⇒ Types::IdentityProviderConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing an identity provider configuration.
 
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
      2552 2553 2554 2555 2556 2557  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2552 class DescribeIdentityProviderConfigRequest < Struct.new( :cluster_name, :identity_provider_config) SENSITIVE = [] include Aws::Structure end  | 
  
#identity_provider_config ⇒ Types::IdentityProviderConfig
An object representing an identity provider configuration.
      2552 2553 2554 2555 2556 2557  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2552 class DescribeIdentityProviderConfigRequest < Struct.new( :cluster_name, :identity_provider_config) SENSITIVE = [] include Aws::Structure end  |