Class: Aws::TrustedAdvisor::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::Recommendation
- Defined in:
- gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb
Overview
A Recommendation for an Account
Constant Summary collapse
- SENSITIVE =
[:update_reason]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Recommendation.
-
#aws_services ⇒ Array<String>
The AWS Services that the Recommendation applies to.
-
#check_arn ⇒ String
The AWS Trusted Advisor Check ARN that relates to the Recommendation.
-
#created_at ⇒ Time
When the Recommendation was created, if created by AWS Trusted Advisor Priority.
-
#created_by ⇒ String
The creator, if created by AWS Trusted Advisor Priority.
-
#description ⇒ String
A description for AWS Trusted Advisor recommendations.
-
#id ⇒ String
The ID which identifies where the Recommendation was produced.
-
#last_updated_at ⇒ Time
When the Recommendation was last updated.
-
#lifecycle_stage ⇒ String
The lifecycle stage from AWS Trusted Advisor Priority.
-
#name ⇒ String
The name of the AWS Trusted Advisor Recommendation.
-
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
The pillar aggregations for cost savings.
-
#pillars ⇒ Array<String>
The Pillars that the Recommendation is optimizing.
-
#resolved_at ⇒ Time
When the Recommendation was resolved.
-
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
An aggregation of all resources.
-
#source ⇒ String
The source of the Recommendation.
-
#status ⇒ String
The status of the Recommendation.
-
#type ⇒ String
Whether the Recommendation was automated or generated by 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
#arn ⇒ String
The ARN of the Recommendation
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#aws_services ⇒ Array<String>
The AWS Services that the Recommendation applies to
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#check_arn ⇒ String
The AWS Trusted Advisor Check ARN that relates to the Recommendation
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#created_at ⇒ Time
When the Recommendation was created, if created by AWS Trusted Advisor Priority
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#created_by ⇒ String
The creator, if created by AWS Trusted Advisor Priority
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#description ⇒ String
A description for AWS Trusted Advisor recommendations
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#id ⇒ String
The ID which identifies where the Recommendation was produced
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#name ⇒ String
The name of the AWS Trusted Advisor Recommendation
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
The pillar aggregations for cost savings
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#pillars ⇒ Array<String>
The Pillars that the Recommendation is optimizing
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#resolved_at ⇒ Time
When the Recommendation was resolved
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
An aggregation of all resources
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#source ⇒ String
The source of the Recommendation
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#status ⇒ String
The status of the Recommendation
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |
#type ⇒ String
Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :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
976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 976 class Recommendation < Struct.new( :arn, :aws_services, :check_arn, :created_at, :created_by, :description, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resolved_at, :resources_aggregates, :source, :status, :type, :update_reason, :update_reason_code, :updated_on_behalf_of, :updated_on_behalf_of_job_title) SENSITIVE = [:update_reason] include Aws::Structure end |