Class: Aws::Types::AwsOpportunityLifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpportunityLifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#closed_lost_reason ⇒ "Administrative", ...
Returns the value of attribute closed_lost_reason.
-
#next_steps ⇒ ::String
Returns the value of attribute next_steps.
-
#next_steps_history ⇒ ::Array[Types::ProfileNextStepsHistory]
Returns the value of attribute next_steps_history.
-
#stage ⇒ "Not Started", ...
Returns the value of attribute stage.
-
#target_close_date ⇒ ::String
Returns the value of attribute target_close_date.
Instance Attribute Details
#closed_lost_reason ⇒ "Administrative", ...
Returns the value of attribute closed_lost_reason.
106 107 108 |
# File 'sig/types.rbs', line 106 def closed_lost_reason @closed_lost_reason end |
#next_steps ⇒ ::String
Returns the value of attribute next_steps.
108 109 110 |
# File 'sig/types.rbs', line 108 def next_steps @next_steps end |
#next_steps_history ⇒ ::Array[Types::ProfileNextStepsHistory]
Returns the value of attribute next_steps_history.
109 110 111 |
# File 'sig/types.rbs', line 109 def next_steps_history @next_steps_history end |
#stage ⇒ "Not Started", ...
Returns the value of attribute stage.
107 108 109 |
# File 'sig/types.rbs', line 107 def stage @stage end |
#target_close_date ⇒ ::String
Returns the value of attribute target_close_date.
105 106 107 |
# File 'sig/types.rbs', line 105 def target_close_date @target_close_date end |