Class: Aws::EKS::Types::UpdateAccessConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateAccessConfigRequest
- 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
-
#authentication_mode ⇒ String
The desired authentication mode for the cluster.
Instance Attribute Details
#authentication_mode ⇒ String
The desired authentication mode for the cluster.
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 |