Class: Aws::Types::UpdateOrganizationRecommendationLifecycleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOrganizationRecommendationLifecycleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_stage ⇒ "pending_response", ...
Returns the value of attribute lifecycle_stage.
-
#organization_recommendation_identifier ⇒ ::String
Returns the value of attribute organization_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.
370 371 372 |
# File 'sig/types.rbs', line 370 def lifecycle_stage @lifecycle_stage end |
#organization_recommendation_identifier ⇒ ::String
Returns the value of attribute organization_recommendation_identifier.
373 374 375 |
# File 'sig/types.rbs', line 373 def organization_recommendation_identifier @organization_recommendation_identifier end |
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
371 372 373 |
# File 'sig/types.rbs', line 371 def update_reason @update_reason end |
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
372 373 374 |
# File 'sig/types.rbs', line 372 def update_reason_code @update_reason_code end |