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)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 999

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

#estimated_total_deduped_savingsFloat

The total overall savings for the aggregated view.

Returns:

  • (Float)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 999

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

#group_byString

The dimension used to group the recommendations by.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 999

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

#itemsArray<Types::RecommendationSummary>

List of all savings recommendations.

Returns:



999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 999

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 999

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