Class: Aws::Types::UpdateRecommendationLifecycleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommendationLifecycleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_stage ⇒ "pending_response", ...
Returns the value of attribute lifecycle_stage.
-
#recommendation_identifier ⇒ ::String
Returns the value of attribute recommendation_identifier.
-
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
-
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
Instance Attribute Details
#lifecycle_stage ⇒ "pending_response", ...
Returns the value of attribute lifecycle_stage.
378 379 380 |
# File 'sig/types.rbs', line 378 def lifecycle_stage @lifecycle_stage end |
#recommendation_identifier ⇒ ::String
Returns the value of attribute recommendation_identifier.
381 382 383 |
# File 'sig/types.rbs', line 381 def recommendation_identifier @recommendation_identifier end |
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
379 380 381 |
# File 'sig/types.rbs', line 379 def update_reason @update_reason end |
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
380 381 382 |
# File 'sig/types.rbs', line 380 def update_reason_code @update_reason_code end |