Class: Aws::EKS::Types::OIDC
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::OIDC
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An object representing the OpenID Connect (OIDC) identity provider information for the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issuer ⇒ String
The issuer URL for the OIDC identity provider.
Instance Attribute Details
#issuer ⇒ String
The issuer URL for the OIDC identity provider.
7431 7432 7433 7434 7435 |
# File 'lib/aws-sdk-eks/types.rb', line 7431 class OIDC < Struct.new( :issuer) SENSITIVE = [] include Aws::Structure end |