Class: Aws::EKS::Types::DisassociateIdentityProviderConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2633

class DisassociateIdentityProviderConfigRequest < Struct.new(
  :cluster_name,
  :identity_provider_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2633

class DisassociateIdentityProviderConfigRequest < Struct.new(
  :cluster_name,
  :identity_provider_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_configTypes::IdentityProviderConfig

An object representing an identity provider configuration.



2633
2634
2635
2636
2637
2638
2639
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2633

class DisassociateIdentityProviderConfigRequest < Struct.new(
  :cluster_name,
  :identity_provider_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end