Class: Aws::Types::UpdateEngagementContextPayload
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEngagementContextPayload
- 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::UpdateLeadContext
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.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def customer_project @customer_project end |
#lead ⇒ Types::UpdateLeadContext
Returns the value of attribute lead.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def lead @lead end |
#prospecting_result ⇒ Types::ProspectingResult
Returns the value of attribute prospecting_result.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def prospecting_result @prospecting_result end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def unknown @unknown end |