Class: Aws::TrustedAdvisor::Types::RecommendationCostOptimizingAggregates
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::RecommendationCostOptimizingAggregates
- Defined in:
- gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb
Overview
Cost optimizing aggregates for a Recommendation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ Float
The estimated monthly savings.
-
#estimated_percent_monthly_savings ⇒ Float
The estimated percently monthly savings.
Instance Attribute Details
#estimated_monthly_savings ⇒ Float
The estimated monthly savings
1014 1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1014 class RecommendationCostOptimizingAggregates < Struct.new( :estimated_monthly_savings, :estimated_percent_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#estimated_percent_monthly_savings ⇒ Float
The estimated percently monthly savings
1014 1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1014 class RecommendationCostOptimizingAggregates < Struct.new( :estimated_monthly_savings, :estimated_percent_monthly_savings) SENSITIVE = [] include Aws::Structure end |