Class: Aws::EKS::Types::UpdateAccessEntryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_entryTypes::AccessEntry

The ARN of the IAM principal for the AccessEntry.

Returns:



6350
6351
6352
6353
6354
# File 'lib/aws-sdk-eks/types.rb', line 6350

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