Class: Aws::Types::LeadContext
- Inherits:
-
Object
- Object
- Aws::Types::LeadContext
- 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.
-
#interactions ⇒ ::Array[Types::LeadInteraction]
Returns the value of attribute interactions.
-
#qualification_status ⇒ ::String
Returns the value of attribute qualification_status.
Instance Attribute Details
#customer ⇒ Types::LeadCustomer
Returns the value of attribute customer.
689 690 691 |
# File 'sig/types.rbs', line 689 def customer @customer end |
#insights ⇒ Types::LeadInsights
Returns the value of attribute insights.
687 688 689 |
# File 'sig/types.rbs', line 687 def insights @insights end |
#interactions ⇒ ::Array[Types::LeadInteraction]
Returns the value of attribute interactions.
690 691 692 |
# File 'sig/types.rbs', line 690 def interactions @interactions end |
#qualification_status ⇒ ::String
Returns the value of attribute qualification_status.
688 689 690 |
# File 'sig/types.rbs', line 688 def qualification_status @qualification_status end |