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.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def policy_name @policy_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def user_name @user_name end |