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)


920
921
922
# File 'sig/types.rbs', line 920

def cluster_name
  @cluster_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def policy_arn
  @policy_arn
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def principal_arn
  @principal_arn
end