Class: Aws::Types::LeadInvitationInteraction
- Inherits:
-
Object
- Object
- Aws::Types::LeadInvitationInteraction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_business_title ⇒ ::String
Returns the value of attribute contact_business_title.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#usecase ⇒ ::String
Returns the value of attribute usecase.
Instance Attribute Details
#contact_business_title ⇒ ::String
Returns the value of attribute contact_business_title.
736 737 738 |
# File 'sig/types.rbs', line 736 def contact_business_title @contact_business_title end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def source_id @source_id end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
734 735 736 |
# File 'sig/types.rbs', line 734 def source_name @source_name end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
732 733 734 |
# File 'sig/types.rbs', line 732 def source_type @source_type end |
#usecase ⇒ ::String
Returns the value of attribute usecase.
735 736 737 |
# File 'sig/types.rbs', line 735 def usecase @usecase end |