Class: Aws::EKS::Types::DisassociateAccessPolicyRequest

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)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2603

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

#policy_arnString

The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use ListAssociatedAccessPolicies.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2603

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

#principal_arnString

The ARN of the IAM principal for the AccessEntry.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2603

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