Class: Aws::Types::PutUserPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutUserPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def policy_name @policy_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def user_name @user_name end |