Class: Aws::EKS::Types::DescribeAccessEntryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeAccessEntryResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_entry ⇒ Types::AccessEntry
Information about the access entry.
Instance Attribute Details
#access_entry ⇒ Types::AccessEntry
Information about the access entry.
2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2306 class DescribeAccessEntryResponse < Struct.new( :access_entry) SENSITIVE = [] include Aws::Structure end |