Class: Aws::Types::LifeCycleForView
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleForView
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_steps ⇒ ::String
Returns the value of attribute next_steps.
-
#review_status ⇒ "Pending Submission", ...
Returns the value of attribute review_status.
-
#stage ⇒ "Prospect", ...
Returns the value of attribute stage.
-
#target_close_date ⇒ ::String
Returns the value of attribute target_close_date.
Instance Attribute Details
#next_steps ⇒ ::String
Returns the value of attribute next_steps.
762 763 764 |
# File 'sig/types.rbs', line 762 def next_steps @next_steps end |
#review_status ⇒ "Pending Submission", ...
Returns the value of attribute review_status.
760 761 762 |
# File 'sig/types.rbs', line 760 def review_status @review_status end |
#stage ⇒ "Prospect", ...
Returns the value of attribute stage.
761 762 763 |
# File 'sig/types.rbs', line 761 def stage @stage end |
#target_close_date ⇒ ::String
Returns the value of attribute target_close_date.
759 760 761 |
# File 'sig/types.rbs', line 759 def target_close_date @target_close_date end |