Class: Aws::Types::DeleteUserPolicyRequest

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)


493
494
495
# File 'sig/types.rbs', line 493

def policy_name
  @policy_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def user_name
  @user_name
end