Class: Aws::Types::DetachUserPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def policy_arn
  @policy_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def user_name
  @user_name
end