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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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:



1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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.



1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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