Class: Aws::EKS::Types::Identity

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

Overview

An object representing an identity provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oidcTypes::OIDC

An object representing the OpenID Connect identity provider information.

Returns:



3057
3058
3059
3060
3061
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3057

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