Class: Aws::Types::LeadInteraction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:business_problem])

Instance Attribute Summary collapse

Instance Attribute Details

#business_problem::String

Returns the value of attribute business_problem.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def business_problem
  @business_problem
end

#contactTypes::LeadContact

Returns the value of attribute contact.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def contact
  @contact
end

#customer_action::String

Returns the value of attribute customer_action.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def customer_action
  @customer_action
end

#interaction_date::Time

Returns the value of attribute interaction_date.

Returns:

  • (::Time)


714
715
716
# File 'sig/types.rbs', line 714

def interaction_date
  @interaction_date
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def source_name
  @source_name
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def source_type
  @source_type
end

#usecase::String

Returns the value of attribute usecase.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def usecase
  @usecase
end