Class: Aws::Types::UserIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::UserIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Email, Unknown, UserArn, UserName
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::String
Returns the value of attribute email.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#email ⇒ ::String
Returns the value of attribute email.
12869 12870 12871 |
# File 'sig/types.rbs', line 12869 def email @email end |
#unknown ⇒ Object
Returns the value of attribute unknown.
12871 12872 12873 |
# File 'sig/types.rbs', line 12871 def unknown @unknown end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
12870 12871 12872 |
# File 'sig/types.rbs', line 12870 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
12868 12869 12870 |
# File 'sig/types.rbs', line 12868 def user_name @user_name end |