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)


9056
9057
9058
# File 'sig/types.rbs', line 9056

def email
  @email
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


9054
9055
9056
# File 'sig/types.rbs', line 9054

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


9055
9056
9057
# File 'sig/types.rbs', line 9055

def last_name
  @last_name
end

#mobile::String

Returns the value of attribute mobile.

Returns:

  • (::String)


9058
9059
9060
# File 'sig/types.rbs', line 9058

def mobile
  @mobile
end

#secondary_email::String

Returns the value of attribute secondary_email.

Returns:

  • (::String)


9057
9058
9059
# File 'sig/types.rbs', line 9057

def secondary_email
  @secondary_email
end