Class: Aws::Types::DeleteUserPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
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.
492 493 494 |
# File 'sig/types.rbs', line 492 def user_name @user_name end |