Class: Aws::PartnerCentralSelling::Types::OpportunityInvitationPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::OpportunityInvitationPayload
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents the data payload of an Engagement Invitation for a specific opportunity. This contains detailed information that partners use to evaluate the engagement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer ⇒ Types::EngagementCustomer
Contains information about the customer related to the opportunity in the Engagement Invitation.
-
#project ⇒ Types::ProjectDetails
Describes the project details associated with the opportunity, including the customer’s needs and the scope of work expected to be performed.
-
#receiver_responsibilities ⇒ Array<String>
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
-
#sender_contacts ⇒ Array<Types::SenderContact>
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.
Instance Attribute Details
#customer ⇒ Types::EngagementCustomer
Contains information about the customer related to the opportunity in the Engagement Invitation. This data helps partners understand the customer’s profile and requirements.
2265 2266 2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2265 class OpportunityInvitationPayload < Struct.new( :customer, :project, :receiver_responsibilities, :sender_contacts) SENSITIVE = [] include Aws::Structure end |
#project ⇒ Types::ProjectDetails
Describes the project details associated with the opportunity, including the customer’s needs and the scope of work expected to be performed.
2265 2266 2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2265 class OpportunityInvitationPayload < Struct.new( :customer, :project, :receiver_responsibilities, :sender_contacts) SENSITIVE = [] include Aws::Structure end |
#receiver_responsibilities ⇒ Array<String>
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
2265 2266 2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2265 class OpportunityInvitationPayload < Struct.new( :customer, :project, :receiver_responsibilities, :sender_contacts) SENSITIVE = [] include Aws::Structure end |
#sender_contacts ⇒ Array<Types::SenderContact>
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are opportunity stakeholders.
2265 2266 2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2265 class OpportunityInvitationPayload < Struct.new( :customer, :project, :receiver_responsibilities, :sender_contacts) SENSITIVE = [] include Aws::Structure end |