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.
13325 13326 13327 |
# File 'sig/types.rbs', line 13325 def email @email end |
#unknown ⇒ Object
Returns the value of attribute unknown.
13327 13328 13329 |
# File 'sig/types.rbs', line 13327 def unknown @unknown end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
13326 13327 13328 |
# File 'sig/types.rbs', line 13326 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13324 13325 13326 |
# File 'sig/types.rbs', line 13324 def user_name @user_name end |