Class: Aws::PartnerCentralSelling::Types::UpdateLeadContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::UpdateLeadContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Updates the context information for a lead with qualification status, customer details, and interaction data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer ⇒ Types::LeadCustomer
Updated customer information associated with the lead.
-
#interaction ⇒ Types::LeadInteraction
Updated interaction details for the lead context.
-
#qualification_status ⇒ String
The updated qualification status of the lead.
Instance Attribute Details
#customer ⇒ Types::LeadCustomer
Updated customer information associated with the lead.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6614 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction) SENSITIVE = [] include Aws::Structure end |
#interaction ⇒ Types::LeadInteraction
Updated interaction details for the lead context.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6614 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction) SENSITIVE = [] include Aws::Structure end |
#qualification_status ⇒ String
The updated qualification status of the lead.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6614 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction) SENSITIVE = [] include Aws::Structure end |