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.
2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-eks/types.rb', line 2731 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.
2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-eks/types.rb', line 2731 class DescribeIdentityProviderConfigRequest < Struct.new( :cluster_name, :identity_provider_config) SENSITIVE = [] include Aws::Structure end |