Class: Aws::Types::LifeCycleSummary
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleSummary
- 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.
-
#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.
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.
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.
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.
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.
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.
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.
770 771 772 |
# File 'sig/types.rbs', line 770 def target_close_date @target_close_date end |