Module: Aws::PartnerCentralSelling::Types
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Defined Under Namespace
Classes: AccessDeniedException, Account, AccountReceiver, AccountSummary, Address, AddressSummary, AssignOpportunityRequest, AssigneeContact, AssociateOpportunityRequest, AwsOpportunityCustomer, AwsOpportunityInsights, AwsOpportunityLifeCycle, AwsOpportunityProject, AwsOpportunityRelatedEntities, AwsSubmission, AwsTeamMember, ConflictException, Contact, CreateOpportunityRequest, CreateOpportunityResponse, Customer, CustomerSummary, DisassociateOpportunityRequest, EngagementCustomer, EngagementInvitationSummary, ExpectedCustomerSpend, GetAwsOpportunitySummaryRequest, GetAwsOpportunitySummaryResponse, GetEngagementInvitationRequest, GetEngagementInvitationResponse, GetOpportunityRequest, GetOpportunityResponse, InternalServerException, LastModifiedDate, LifeCycle, LifeCycleSummary, ListEngagementInvitationsRequest, ListEngagementInvitationsResponse, ListOpportunitiesRequest, ListOpportunitiesResponse, ListSolutionsRequest, ListSolutionsResponse, Marketing, MonetaryValue, NextStepsHistory, OpportunityEngagementInvitationSort, OpportunityInvitationPayload, OpportunitySort, OpportunitySummary, Payload, ProfileNextStepsHistory, Project, ProjectDetails, ProjectSummary, Receiver, RejectEngagementInvitationRequest, RelatedEntityIdentifiers, ResourceNotFoundException, SenderContact, ServiceQuotaExceededException, SoftwareRevenue, SolutionBase, SolutionSort, StartEngagementByAcceptingInvitationTaskRequest, StartEngagementByAcceptingInvitationTaskResponse, StartEngagementFromOpportunityTaskRequest, StartEngagementFromOpportunityTaskResponse, ThrottlingException, UpdateOpportunityRequest, UpdateOpportunityResponse, ValidationException, ValidationExceptionError
Instance Attribute Summary collapse
-
#account ⇒ Types::AccountReceiver
Specifies the AWS account of the partner who received the Engagement Invitation.
-
#opportunity_invitation ⇒ Types::OpportunityInvitationPayload
Specifies the details of the opportunity invitation within the Engagement Invitation payload.
Instance Attribute Details
#account ⇒ Types::AccountReceiver
Specifies the AWS account of the partner who received the Engagement Invitation. This field is used to track the invitation recipient within the AWS ecosystem.
2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2685 class Receiver < Struct.new( :account, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Account < Receiver; end class Unknown < Receiver; end end |
#opportunity_invitation ⇒ Types::OpportunityInvitationPayload
Specifies the details of the opportunity invitation within the Engagement Invitation payload. This data helps partners understand the context, scope, and expected involvement for the opportunity from AWS.
2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2386 class Payload < Struct.new( :opportunity_invitation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class OpportunityInvitation < Payload; end class Unknown < Payload; end end |