Class: Aws::EKS::Types::DescribeIdentityProviderConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeIdentityProviderConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of your cluster.
-
#identity_provider_config ⇒ Types::IdentityProviderConfig
An object representing an identity provider configuration.
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
2868 2869 2870 2871 2872 2873 |
# File 'lib/aws-sdk-eks/types.rb', line 2868 class DescribeIdentityProviderConfigRequest < Struct.new( :cluster_name, :identity_provider_config) SENSITIVE = [] include Aws::Structure end |
#identity_provider_config ⇒ Types::IdentityProviderConfig
An object representing an identity provider configuration.
2868 2869 2870 2871 2872 2873 |
# File 'lib/aws-sdk-eks/types.rb', line 2868 class DescribeIdentityProviderConfigRequest < Struct.new( :cluster_name, :identity_provider_config) SENSITIVE = [] include Aws::Structure end |