Class: Aws::Types::LifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#closed_lost_reason ⇒ "Customer Deficiency", ...
Returns the value of attribute closed_lost_reason.
-
#next_steps ⇒ ::String
Returns the value of attribute next_steps.
-
#next_steps_history ⇒ ::Array[Types::NextStepsHistory]
Returns the value of attribute next_steps_history.
-
#review_comments ⇒ ::String
Returns the value of attribute review_comments.
-
#review_status ⇒ "Pending Submission", ...
Returns the value of attribute review_status.
-
#review_status_reason ⇒ ::String
Returns the value of attribute review_status_reason.
-
#stage ⇒ "Prospect", ...
Returns the value of attribute stage.
-
#target_close_date ⇒ ::String
Returns the value of attribute target_close_date.
Instance Attribute Details
#closed_lost_reason ⇒ "Customer Deficiency", ...
Returns the value of attribute closed_lost_reason.
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.
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.
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.
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.
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.
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.
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.
750 751 752 |
# File 'sig/types.rbs', line 750 def target_close_date @target_close_date end |