Class: Aws::Types::AttachUserPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachUserPolicyRequest
- 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.
90 91 92 |
# File 'sig/types.rbs', line 90 def policy_arn @policy_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
89 90 91 |
# File 'sig/types.rbs', line 89 def user_name @user_name end |