Class: Aws::EKS::Types::AssociateAccessPolicyResponse

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

#associated_access_policyTypes::AssociatedAccessPolicy

The AccessPolicy and scope associated to the AccessEntry.



428
429
430
431
432
433
434
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 428

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


428
429
430
431
432
433
434
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 428

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

#principal_arnString

The ARN of the IAM principal for the AccessEntry.

Returns:

  • (String)


428
429
430
431
432
433
434
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 428

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