Class: Aws::Types::SsoUserProfileDetails
- Inherits:
-
Object
- Object
- Aws::Types::SsoUserProfileDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def last_name @last_name end |
#username ⇒ ::String
Returns the value of attribute username.
5866 5867 5868 |
# File 'sig/types.rbs', line 5866 def username @username end |