Class: Aws::Types::UserIdentityInfoLite
- Inherits:
-
Object
- Object
- Aws::Types::UserIdentityInfoLite
- 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.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
9423 9424 9425 |
# File 'sig/types.rbs', line 9423 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
9424 9425 9426 |
# File 'sig/types.rbs', line 9424 def last_name @last_name end |