Class: Aws::Types::DetachPrincipalPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def policy_name
  @policy_name
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def principal
  @principal
end