Class: Aws::Types::LeadContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customerTypes::LeadCustomer

Returns the value of attribute customer.

Returns:



689
690
691
# File 'sig/types.rbs', line 689

def customer
  @customer
end

#insightsTypes::LeadInsights

Returns the value of attribute insights.

Returns:



687
688
689
# File 'sig/types.rbs', line 687

def insights
  @insights
end

#interactions::Array[Types::LeadInteraction]

Returns the value of attribute interactions.

Returns:



690
691
692
# File 'sig/types.rbs', line 690

def interactions
  @interactions
end

#qualification_status::String

Returns the value of attribute qualification_status.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def qualification_status
  @qualification_status
end