Class: Aws::TrustedAdvisor::Types::RecommendationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::RecommendationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Summary of Recommendation for an Account
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#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.
-
#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.
Instance Attribute Details
#arn ⇒ String
The ARN of the Recommendation
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#aws_services ⇒ Array<String>
The AWS Services that the Recommendation applies to
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#check_arn ⇒ String
The AWS Trusted Advisor Check ARN that relates to the Recommendation
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
When the Recommendation was created, if created by AWS Trusted Advisor Priority
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID which identifies where the Recommendation was produced
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
When the Recommendation was last updated
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#lifecycle_stage ⇒ String
The lifecycle stage from AWS Trusted Advisor Priority
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the AWS Trusted Advisor Recommendation
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
The pillar aggregations for cost savings
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#pillars ⇒ Array<String>
The Pillars that the Recommendation is optimizing
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
An aggregation of all resources
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of the Recommendation
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Recommendation
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1199 class RecommendationSummary < Struct.new( :arn, :aws_services, :check_arn, :created_at, :id, :last_updated_at, :lifecycle_stage, :name, :pillar_specific_aggregates, :pillars, :resources_aggregates, :source, :status, :type) SENSITIVE = [] include Aws::Structure end |