Class: Aws::Types::LeadInteraction
- Inherits:
-
Object
- Object
- Aws::Types::LeadInteraction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_problem ⇒ ::String
Returns the value of attribute business_problem.
-
#contact ⇒ Types::LeadContact
Returns the value of attribute contact.
-
#customer_action ⇒ ::String
Returns the value of attribute customer_action.
-
#interaction_date ⇒ ::Time
Returns the value of attribute interaction_date.
-
#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
#business_problem ⇒ ::String
Returns the value of attribute business_problem.
716 717 718 |
# File 'sig/types.rbs', line 716 def business_problem @business_problem end |
#contact ⇒ Types::LeadContact
Returns the value of attribute contact.
717 718 719 |
# File 'sig/types.rbs', line 717 def contact @contact end |
#customer_action ⇒ ::String
Returns the value of attribute customer_action.
715 716 717 |
# File 'sig/types.rbs', line 715 def customer_action @customer_action end |
#interaction_date ⇒ ::Time
Returns the value of attribute interaction_date.
714 715 716 |
# File 'sig/types.rbs', line 714 def interaction_date @interaction_date end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
711 712 713 |
# File 'sig/types.rbs', line 711 def source_id @source_id end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
712 713 714 |
# File 'sig/types.rbs', line 712 def source_name @source_name end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
710 711 712 |
# File 'sig/types.rbs', line 710 def source_type @source_type end |
#usecase ⇒ ::String
Returns the value of attribute usecase.
713 714 715 |
# File 'sig/types.rbs', line 713 def usecase @usecase end |