Class: Aws::PartnerCentralSelling::Types::LifeCycleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LifeCycleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains a ‘LifeCycle` object’s subset of fields.
Constant Summary collapse
- SENSITIVE =
[:next_steps]
Instance Attribute Summary collapse
-
#closed_lost_reason ⇒ String
Specifies the reason code when an opportunity is marked as *Closed Lost*.
-
#next_steps ⇒ String
Specifies the upcoming actions or tasks for the ‘Opportunity`.
-
#review_comments ⇒ String
Indicates why an opportunity was sent back for further details.
-
#review_status ⇒ String
Indicates the review status of a partner referred opportunity.
-
#review_status_reason ⇒ String
Indicates the reason a specific decision was taken during the opportunity review process.
-
#stage ⇒ String
Specifies the current stage of the ‘Opportunity`’s lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM.
-
#target_close_date ⇒ String
Specifies the date when Amazon Web Services expects to start significant billing, when the project finishes, and when it moves into production.
Instance Attribute Details
#closed_lost_reason ⇒ String
Specifies the reason code when an opportunity is marked as *Closed Lost*. When you select an appropriate reason code, you communicate the context for closing the ‘Opportunity`, and aid in accurate reports and analysis of opportunity outcomes.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#next_steps ⇒ String
Specifies the upcoming actions or tasks for the ‘Opportunity`. This field is utilized to communicate to Amazon Web Services the next actions required for the `Opportunity`.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#review_comments ⇒ String
Indicates why an opportunity was sent back for further details. Partners must take corrective action based on the ‘ReviewComments`.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#review_status ⇒ String
Indicates the review status of a partner referred opportunity. This field is read-only and only applicable for partner referrals. Valid values:
-
Pending Submission: Not submitted for validation (editable).
-
Submitted: Submitted for validation and not yet Amazon Web Services reviewed (read-only).
-
In Review: Undergoing Amazon Web Services validation (read-only).
-
Action Required: Address any issues Amazon Web Services highlights. Use the ‘UpdateOpportunity` API action to update the opportunity, and ensure you make all required changes. Only these fields are editable when the `Lifecycle.ReviewStatus` is `Action Required`:
-
Customer.Account.Address.City
-
Customer.Account.Address.CountryCode
-
Customer.Account.Address.PostalCode
-
Customer.Account.Address.StateOrRegion
-
Customer.Account.Address.StreetAddress
-
Customer.Account.WebsiteUrl
-
LifeCycle.TargetCloseDate
-
Project.ExpectedCustomerSpend.Amount
-
Project.ExpectedCustomerSpend.CurrencyCode
-
Project.CustomerBusinessProblem
-
PartnerOpportunityIdentifier
After updates, the opportunity re-enters the validation phase. This process repeats until all issues are resolved, and the opportunity’s ‘Lifecycle.ReviewStatus` is set to `Approved` or `Rejected`.
-
-
Approved: Validated and converted into the Amazon Web Services seller’s pipeline (editable).
-
Rejected: Disqualified (read-only).
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#review_status_reason ⇒ String
Indicates the reason a specific decision was taken during the opportunity review process. This field combines the reasons for both disqualified and action required statuses, and provides clarity for why an opportunity was disqualified or required further action.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#stage ⇒ String
Specifies the current stage of the ‘Opportunity`’s lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM. This field provides a translated value of the stage, and offers insight into the ‘Opportunity`’s progression in the sales cycle, according to Amazon Web Services definitions.
<note markdown=“1”> A lead and a prospect must be further matured to a ‘Qualified` opportunity before submission. Opportunities that were closed/lost before submission aren’t suitable for submission.
</note>
The descriptions of each sales stage are:
-
Prospect: Amazon Web Services identifies the opportunity. It can be active (Comes directly from the end customer through a lead) or latent (Your account team believes it exists based on research, account plans, sales plays).
-
Qualified: Your account team engaged with the customer to discuss viability and understand requirements. The customer agreed that the opportunity is real, of interest, and may solve business/technical needs.
-
Technical Validation: All parties understand the implementation plan.
-
Business Validation: Pricing was proposed, and all parties agree to the steps to close.
-
Committed: The customer signed the contract, but Amazon Web Services hasn’t started billing.
-
Launched: The workload is complete, and Amazon Web Services has started billing.
-
Closed Lost: The opportunity is lost, and there are no steps to move forward.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |
#target_close_date ⇒ String
Specifies the date when Amazon Web Services expects to start significant billing, when the project finishes, and when it moves into production. This field informs the Amazon Web Services seller about when the opportunity launches and starts to incur Amazon Web Services usage.
Ensure the ‘Target Close Date` isn’t in the past.
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2902 class LifeCycleSummary < Struct.new( :closed_lost_reason, :next_steps, :review_comments, :review_status, :review_status_reason, :stage, :target_close_date) SENSITIVE = [:next_steps] include Aws::Structure end |