Class: Aws::CostOptimizationHub::Types::ListRecommendationSummariesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code used for the recommendation.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_total_deduped_savingsFloat

The total overall savings for the aggregated view.

Returns:

  • (Float)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_byString

The dimension used to group the recommendations by.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::RecommendationSummary>

A list of all savings recommendations.

Returns:



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::SummaryMetricsResult

The results or descriptions for the additional metrics, based on whether the metrics were or were not requested.



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1026

class ListRecommendationSummariesResponse < Struct.new(
  :estimated_total_deduped_savings,
  :items,
  :group_by,
  :currency_code,
  :metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end