Class: Aws::Types::AssigneeContact

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#business_title::String

Returns the value of attribute business_title.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def business_title
  @business_title
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def email
  @email
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def last_name
  @last_name
end

#phone::String

Returns the value of attribute phone.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def phone
  @phone
end