Class: Aws::Types::UserIdentityInfo
- Inherits:
-
Object
- Object
- Aws::Types::UserIdentityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::String
Returns the value of attribute email.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#mobile ⇒ ::String
Returns the value of attribute mobile.
-
#secondary_email ⇒ ::String
Returns the value of attribute secondary_email.
Instance Attribute Details
#email ⇒ ::String
Returns the value of attribute email.
9285 9286 9287 |
# File 'sig/types.rbs', line 9285 def email @email end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
9283 9284 9285 |
# File 'sig/types.rbs', line 9283 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
9284 9285 9286 |
# File 'sig/types.rbs', line 9284 def last_name @last_name end |
#mobile ⇒ ::String
Returns the value of attribute mobile.
9287 9288 9289 |
# File 'sig/types.rbs', line 9287 def mobile @mobile end |
#secondary_email ⇒ ::String
Returns the value of attribute secondary_email.
9286 9287 9288 |
# File 'sig/types.rbs', line 9286 def secondary_email @secondary_email end |