Class: Aws::Types::UpdateLeadContext

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:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def customer
  @customer
end

#insightsTypes::LeadInsights

Returns the value of attribute insights.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def insights
  @insights
end

#interactionTypes::LeadInteraction

Returns the value of attribute interaction.



1551
1552
1553
# File 'sig/types.rbs', line 1551

def interaction
  @interaction
end

#qualification_status::String

Returns the value of attribute qualification_status.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def qualification_status
  @qualification_status
end