Class: Aws::Types::AccountRecommendationLifecycleSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccountRecommendationLifecycleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_recommendation_arn ⇒ ::String
Returns the value of attribute account_recommendation_arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
-
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
-
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
-
#updated_on_behalf_of ⇒ ::String
Returns the value of attribute updated_on_behalf_of.
-
#updated_on_behalf_of_job_title ⇒ ::String
Returns the value of attribute updated_on_behalf_of_job_title.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_id @account_id end |
#account_recommendation_arn ⇒ ::String
Returns the value of attribute account_recommendation_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def account_recommendation_arn @account_recommendation_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
24 25 26 |
# File 'sig/types.rbs', line 24 def last_updated_at @last_updated_at end |
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
19 20 21 |
# File 'sig/types.rbs', line 19 def lifecycle_stage @lifecycle_stage end |
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
22 23 24 |
# File 'sig/types.rbs', line 22 def update_reason @update_reason end |
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
23 24 25 |
# File 'sig/types.rbs', line 23 def update_reason_code @update_reason_code end |
#updated_on_behalf_of ⇒ ::String
Returns the value of attribute updated_on_behalf_of.
20 21 22 |
# File 'sig/types.rbs', line 20 def updated_on_behalf_of @updated_on_behalf_of end |
#updated_on_behalf_of_job_title ⇒ ::String
Returns the value of attribute updated_on_behalf_of_job_title.
21 22 23 |
# File 'sig/types.rbs', line 21 def updated_on_behalf_of_job_title @updated_on_behalf_of_job_title end |