Class: Aws::Types::UserReference
- Inherits:
-
Object
- Object
- Aws::Types::UserReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_type ⇒ "IAM", ...
Returns the value of attribute user_type.
Instance Attribute Details
#user_id ⇒ ::String
Returns the value of attribute user_id.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def user_id @user_id end |
#user_type ⇒ "IAM", ...
Returns the value of attribute user_type.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def user_type @user_type end |