Class: Aws::Types::AwsOpportunityLifeCycle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_steps])

Instance Attribute Summary collapse

Instance Attribute Details

#closed_lost_reason"Administrative", ...

Returns the value of attribute closed_lost_reason.

Returns:

  • ("Administrative", "Business Associate Agreement", "Company Acquired/Dissolved", "Competitive Offering", "Customer Data Requirement", "Customer Deficiency", "Customer Experience", "Delay / Cancellation of Project", "Duplicate", "Duplicate Opportunity", "Executive Blocker", "Failed Vetting", "Feature Limitation", "Financial/Commercial", "Insufficient Amazon Value", "Insufficient AWS Value", "International Constraints", "Legal / Tax / Regulatory", "Legal Terms and Conditions", "Lost to Competitor", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - Other", "Lost to Competitor - Rackspace", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "No Customer Reference", "No Integration Resources", "No Opportunity", "No Perceived Value of MP", "No Response", "Not Committed to AWS", "No Update", "On Premises Deployment", "Other", "Other (Details in Description)", "Partner Gap", "Past Due", "People/Relationship/Governance", "Platform Technology Limitation", "Preference for Competitor", "Price", "Product/Technology", "Product Not on AWS", "Security / Compliance", "Self-Service", "Technical Limitations", "Term Sheet Impasse")


106
107
108
# File 'sig/types.rbs', line 106

def closed_lost_reason
  @closed_lost_reason
end

#next_steps::String

Returns the value of attribute next_steps.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def next_steps
  @next_steps
end

#next_steps_history::Array[Types::ProfileNextStepsHistory]

Returns the value of attribute next_steps_history.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def next_steps_history
  @next_steps_history
end

#stage"Not Started", ...

Returns the value of attribute stage.

Returns:

  • ("Not Started", "In Progress", "Prospect", "Engaged", "Identified", "Qualify", "Research", "Seller Engaged", "Evaluating", "Seller Registered", "Term Sheet Negotiation", "Contract Negotiation", "Onboarding", "Building Integration", "Qualified", "On-hold", "Technical Validation", "Business Validation", "Committed", "Launched", "Deferred to Partner", "Closed Lost", "Completed", "Closed Incomplete")


107
108
109
# File 'sig/types.rbs', line 107

def stage
  @stage
end

#target_close_date::String

Returns the value of attribute target_close_date.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def target_close_date
  @target_close_date
end