Class: Aws::EKS::Types::IdentityProviderConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The full description of your identity configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oidcTypes::OidcIdentityProviderConfig

An object representing an OpenID Connect (OIDC) identity provider configuration.



2958
2959
2960
2961
2962
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2958

class IdentityProviderConfigResponse < Struct.new(
  :oidc)
  SENSITIVE = []
  include Aws::Structure
end