Class: Aws::EKS::Types::DescribeIdentityProviderConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_configTypes::IdentityProviderConfigResponse

The object that represents an OpenID Connect (OIDC) identity provider configuration.



2446
2447
2448
2449
2450
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2446

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