Class: Aws::Types::LeadInvitationPayload
- Inherits:
-
Object
- Object
- Aws::Types::LeadInvitationPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::LeadInvitationCustomer
Returns the value of attribute customer.
-
#interaction ⇒ Types::LeadInvitationInteraction
Returns the value of attribute interaction.
Instance Attribute Details
#customer ⇒ Types::LeadInvitationCustomer
Returns the value of attribute customer.
741 742 743 |
# File 'sig/types.rbs', line 741 def customer @customer end |
#interaction ⇒ Types::LeadInvitationInteraction
Returns the value of attribute interaction.
742 743 744 |
# File 'sig/types.rbs', line 742 def interaction @interaction end |