Class: Aws::Types::EngagementContextPayload

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.



355
356
357
# File 'sig/types.rbs', line 355

def customer_project
  @customer_project
end

#leadTypes::LeadContext

Returns the value of attribute lead.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def lead
  @lead
end

#prospecting_resultTypes::ProspectingResult

Returns the value of attribute prospecting_result.



357
358
359
# File 'sig/types.rbs', line 357

def prospecting_result
  @prospecting_result
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


358
359
360
# File 'sig/types.rbs', line 358

def unknown
  @unknown
end