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.
9398 9399 9400 |
# File 'sig/types.rbs', line 9398 def email @email end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
9396 9397 9398 |
# File 'sig/types.rbs', line 9396 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
9397 9398 9399 |
# File 'sig/types.rbs', line 9397 def last_name @last_name end |
#mobile ⇒ ::String
Returns the value of attribute mobile.
9400 9401 9402 |
# File 'sig/types.rbs', line 9400 def mobile @mobile end |
#secondary_email ⇒ ::String
Returns the value of attribute secondary_email.
9399 9400 9401 |
# File 'sig/types.rbs', line 9399 def secondary_email @secondary_email end |