Class: Aws::Types::LifeCycle

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"Customer Deficiency", ...

Returns the value of attribute closed_lost_reason.

Returns:

  • ("Customer Deficiency", "Delay / Cancellation of Project", "Legal / Tax / Regulatory", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "Lost to Competitor - Other", "No Opportunity", "On Premises Deployment", "Partner Gap", "Price", "Security / Compliance", "Technical Limitations", "Customer Experience", "Other", "People/Relationship/Governance", "Product/Technology", "Financial/Commercial")


748
749
750
# File 'sig/types.rbs', line 748

def closed_lost_reason
  @closed_lost_reason
end

#next_steps::String

Returns the value of attribute next_steps.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def next_steps
  @next_steps
end

#next_steps_history::Array[Types::NextStepsHistory]

Returns the value of attribute next_steps_history.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def next_steps_history
  @next_steps_history
end

#review_comments::String

Returns the value of attribute review_comments.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def review_comments
  @review_comments
end

#review_status"Pending Submission", ...

Returns the value of attribute review_status.

Returns:

  • ("Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required")


751
752
753
# File 'sig/types.rbs', line 751

def review_status
  @review_status
end

#review_status_reason::String

Returns the value of attribute review_status_reason.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def review_status_reason
  @review_status_reason
end

#stage"Prospect", ...

Returns the value of attribute stage.

Returns:

  • ("Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost")


747
748
749
# File 'sig/types.rbs', line 747

def stage
  @stage
end

#target_close_date::String

Returns the value of attribute target_close_date.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def target_close_date
  @target_close_date
end