Class: Aws::Types::LeadInvitationInteraction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:contact_business_title])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_business_title::String

Returns the value of attribute contact_business_title.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def contact_business_title
  @contact_business_title
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def source_name
  @source_name
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def source_type
  @source_type
end

#usecase::String

Returns the value of attribute usecase.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def usecase
  @usecase
end