Class: Aws::Types::GetUserPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserPolicyRequest
- 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.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def policy_name @policy_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def user_name @user_name end |