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

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

#access_entryTypes::AccessEntry

The ARN of the IAM principal for the AccessEntry.

Returns:



9007
9008
9009
9010
9011
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 9007

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