Class: Aws::Types::UpdateLeadContext
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLeadContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::LeadCustomer
Returns the value of attribute customer.
-
#insights ⇒ Types::LeadInsights
Returns the value of attribute insights.
-
#interaction ⇒ Types::LeadInteraction
Returns the value of attribute interaction.
-
#qualification_status ⇒ ::String
Returns the value of attribute qualification_status.
Instance Attribute Details
#customer ⇒ Types::LeadCustomer
Returns the value of attribute customer.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def customer @customer end |
#insights ⇒ Types::LeadInsights
Returns the value of attribute insights.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def insights @insights end |
#interaction ⇒ Types::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.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def qualification_status @qualification_status end |