Class: Aws::Types::OpportunityInvitationPayload
- Inherits:
-
Object
- Object
- Aws::Types::OpportunityInvitationPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::EngagementCustomer
Returns the value of attribute customer.
-
#project ⇒ Types::ProjectDetails
Returns the value of attribute project.
-
#receiver_responsibilities ⇒ ::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")]
Returns the value of attribute receiver_responsibilities.
-
#sender_contacts ⇒ ::Array[Types::SenderContact]
Returns the value of attribute sender_contacts.
Instance Attribute Details
#customer ⇒ Types::EngagementCustomer
Returns the value of attribute customer.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def customer @customer end |
#project ⇒ Types::ProjectDetails
Returns the value of attribute project.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def project @project end |
#receiver_responsibilities ⇒ ::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")]
Returns the value of attribute receiver_responsibilities.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def receiver_responsibilities @receiver_responsibilities end |
#sender_contacts ⇒ ::Array[Types::SenderContact]
Returns the value of attribute sender_contacts.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def sender_contacts @sender_contacts end |