Class: Aws::EKS::Types::DescribeAccessEntryResponse

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

Information about the access entry.

Returns:



2155
2156
2157
2158
2159
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2155

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