Class: Aws::Types::MemberId
- Inherits:
-
Object
- Object
- Aws::Types::MemberId
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
379 380 381 |
# File 'sig/types.rbs', line 379 def unknown @unknown end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def user_id @user_id end |