Class: Aws::Types::UpdateEngagementContextPayload

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CustomerProject, Lead, ProspectingResult, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_projectTypes::CustomerProjectsContext

Returns the value of attribute customer_project.



1515
1516
1517
# File 'sig/types.rbs', line 1515

def customer_project
  @customer_project
end

#leadTypes::UpdateLeadContext

Returns the value of attribute lead.



1514
1515
1516
# File 'sig/types.rbs', line 1514

def lead
  @lead
end

#prospecting_resultTypes::ProspectingResult

Returns the value of attribute prospecting_result.



1516
1517
1518
# File 'sig/types.rbs', line 1516

def prospecting_result
  @prospecting_result
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def unknown
  @unknown
end