Class: Aws::Types::OpportunityInvitationPayload

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customerTypes::EngagementCustomer

Returns the value of attribute customer.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def customer
  @customer
end

#projectTypes::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.

Returns:

  • (::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")])


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.

Returns:



1077
1078
1079
# File 'sig/types.rbs', line 1077

def sender_contacts
  @sender_contacts
end