Class: Aws::Types::LifeCycleSummary

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")


768
769
770
# File 'sig/types.rbs', line 768

def closed_lost_reason
  @closed_lost_reason
end

#next_steps::String

Returns the value of attribute next_steps.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def next_steps
  @next_steps
end

#review_comments::String

Returns the value of attribute review_comments.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

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")


771
772
773
# File 'sig/types.rbs', line 771

def review_status
  @review_status
end

#review_status_reason::String

Returns the value of attribute review_status_reason.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

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")


767
768
769
# File 'sig/types.rbs', line 767

def stage
  @stage
end

#target_close_date::String

Returns the value of attribute target_close_date.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def target_close_date
  @target_close_date
end