Class: Aws::Types::DetachUserPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachUserPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
515 516 517 |
# File 'sig/types.rbs', line 515 def policy_arn @policy_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def user_name @user_name end |