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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6072
6073
6074
6075
6076
# File 'lib/aws-sdk-eks/types.rb', line 6072

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