Class: Aws::Types::DisassociateAccessPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def cluster_name
  @cluster_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def policy_arn
  @policy_arn
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def principal_arn
  @principal_arn
end