Class: Aws::Types::InvitationProspectingResultAws
- Inherits:
-
Object
- Object
- Aws::Types::InvitationProspectingResultAws
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::ProspectingResultCustomer
Returns the value of attribute customer.
-
#insights ⇒ Types::ProspectingInsights
Returns the value of attribute insights.
Instance Attribute Details
#customer ⇒ Types::ProspectingResultCustomer
Returns the value of attribute customer.
658 659 660 |
# File 'sig/types.rbs', line 658 def customer @customer end |
#insights ⇒ Types::ProspectingInsights
Returns the value of attribute insights.
659 660 661 |
# File 'sig/types.rbs', line 659 def insights @insights end |