Class: Aws::Types::EngagementContextPayload
- Inherits:
-
Object
- Object
- Aws::Types::EngagementContextPayload
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerProject, Lead, ProspectingResult, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_project ⇒ Types::CustomerProjectsContext
Returns the value of attribute customer_project.
-
#lead ⇒ Types::LeadContext
Returns the value of attribute lead.
-
#prospecting_result ⇒ Types::ProspectingResult
Returns the value of attribute prospecting_result.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_project ⇒ Types::CustomerProjectsContext
Returns the value of attribute customer_project.
355 356 357 |
# File 'sig/types.rbs', line 355 def customer_project @customer_project end |
#lead ⇒ Types::LeadContext
Returns the value of attribute lead.
356 357 358 |
# File 'sig/types.rbs', line 356 def lead @lead end |
#prospecting_result ⇒ Types::ProspectingResult
Returns the value of attribute prospecting_result.
357 358 359 |
# File 'sig/types.rbs', line 357 def prospecting_result @prospecting_result end |
#unknown ⇒ Object
Returns the value of attribute unknown.
358 359 360 |
# File 'sig/types.rbs', line 358 def unknown @unknown end |