Class: Aws::EKS::Types::Identity
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::Identity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An object representing an identity provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#oidc ⇒ Types::OIDC
An object representing the [OpenID Connect] identity provider information.
Instance Attribute Details
#oidc ⇒ Types::OIDC
An object representing the [OpenID Connect] identity provider information.
[1]: openid.net/connect/
3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-eks/types.rb', line 3088 class Identity < Struct.new( :oidc) SENSITIVE = [] include Aws::Structure end |