Class: Aws::EKS::Types::UpdateAccessConfigRequest

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

Overview

The access configuration information for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_modeString

The desired authentication mode for the cluster.

Returns:

  • (String)


5570
5571
5572
5573
5574
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5570

class UpdateAccessConfigRequest < Struct.new(
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end