Class: Aws::TrustedAdvisor::Types::AccountRecommendationLifecycleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::AccountRecommendationLifecycleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Summary of an AccountRecommendationLifecycle for an Organization Recommendation
Constant Summary collapse
- SENSITIVE =
[:update_reason]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID.
-
#account_recommendation_arn ⇒ String
The Recommendation ARN.
-
#last_updated_at ⇒ Time
When the Recommendation was last updated.
-
#lifecycle_stage ⇒ String
The lifecycle stage from AWS Trusted Advisor Priority.
-
#update_reason ⇒ String
Reason for the lifecycle stage change.
-
#update_reason_code ⇒ String
Reason code for the lifecycle state change.
-
#updated_on_behalf_of ⇒ String
The person on whose behalf a Technical Account Manager (TAM) updated the recommendation.
-
#updated_on_behalf_of_job_title ⇒ String
The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#account_recommendation_arn ⇒ String
The Recommendation ARN
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#last_updated_at ⇒ Time
When the Recommendation was last updated
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#lifecycle_stage ⇒ String
The lifecycle stage from AWS Trusted Advisor Priority
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason ⇒ String
Reason for the lifecycle stage change
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason_code ⇒ String
Reason code for the lifecycle state change
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#updated_on_behalf_of ⇒ String
The person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#updated_on_behalf_of_job_title ⇒ String
The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 69 class AccountRecommendationLifecycleSummary < Struct.new( :account_id, :account_recommendation_arn, :last_updated_at, :lifecycle_stage, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |