Class: Aws::Types::UserIdentityInfoLite

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


9266
9267
9268
# File 'sig/types.rbs', line 9266

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


9267
9268
9269
# File 'sig/types.rbs', line 9267

def last_name
  @last_name
end