Class: Aws::CostOptimizationHub::Types::ListRecommendationSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ListRecommendationSummariesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency_code ⇒ String
The currency code used for the recommendation.
-
#estimated_total_deduped_savings ⇒ Float
The total overall savings for the aggregated view.
-
#group_by ⇒ String
The dimension used to group the recommendations by.
-
#items ⇒ Array<Types::RecommendationSummary>
A list of all savings recommendations.
-
#metrics ⇒ Types::SummaryMetricsResult
The results or descriptions for the additional metrics, based on whether the metrics were or were not requested.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#currency_code ⇒ String
The currency code used for the recommendation.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#estimated_total_deduped_savings ⇒ Float
The total overall savings for the aggregated view.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_by ⇒ String
The dimension used to group the recommendations by.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::RecommendationSummary>
A list of all savings recommendations.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::SummaryMetricsResult
The results or descriptions for the additional metrics, based on whether the metrics were or were not requested.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1164 class ListRecommendationSummariesResponse < Struct.new( :estimated_total_deduped_savings, :items, :group_by, :currency_code, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |