Class: Aws::EKS::Types::DescribeAccessEntryRequest

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2142

class DescribeAccessEntryRequest < Struct.new(
  :cluster_name,
  :principal_arn)
  SENSITIVE = []
  include Aws::Structure
end

#principal_arnString

The ARN of the IAM principal for the AccessEntry.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2142

class DescribeAccessEntryRequest < Struct.new(
  :cluster_name,
  :principal_arn)
  SENSITIVE = []
  include Aws::Structure
end