Class: Aws::ComputeOptimizer::Types::GetRecommendationSummariesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to advance to the next page of recommendation summaries.

This value is null when there are no more pages of recommendation summaries to return.



3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3822

class GetRecommendationSummariesResponse < Struct.new(
  :next_token,
  :recommendation_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_summariesArray<Types::RecommendationSummary>

An array of objects that summarize a recommendation.



3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3822

class GetRecommendationSummariesResponse < Struct.new(
  :next_token,
  :recommendation_summaries)
  SENSITIVE = []
  include Aws::Structure
end