Class: Aws::Types::LeadContact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:business_title, :email, :first_name, :last_name, :phone])

Instance Attribute Summary collapse

Instance Attribute Details

#business_title::String

Returns the value of attribute business_title.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def business_title
  @business_title
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def email
  @email
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def last_name
  @last_name
end

#phone::String

Returns the value of attribute phone.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def phone
  @phone
end