Class: Aws::Types::PolicyUser
- Inherits:
-
Object
- Object
- Aws::Types::PolicyUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#user_id ⇒ ::String
Returns the value of attribute user_id.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def user_name @user_name end |