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.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def user_id @user_id end |
#user_type ⇒ "IAM", ...
Returns the value of attribute user_type.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def user_type @user_type end |