Class: Aws::Types::UserIdentityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name, :email, :secondary_email])

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


9416
9417
9418
# File 'sig/types.rbs', line 9416

def email
  @email
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


9414
9415
9416
# File 'sig/types.rbs', line 9414

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


9415
9416
9417
# File 'sig/types.rbs', line 9415

def last_name
  @last_name
end

#mobile::String

Returns the value of attribute mobile.

Returns:

  • (::String)


9418
9419
9420
# File 'sig/types.rbs', line 9418

def mobile
  @mobile
end

#secondary_email::String

Returns the value of attribute secondary_email.

Returns:

  • (::String)


9417
9418
9419
# File 'sig/types.rbs', line 9417

def secondary_email
  @secondary_email
end