Class: Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generation_summary_listArray<Types::GenerationSummary>

The list of historical recommendation generations.

Returns:



5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5007

class ListSavingsPlansPurchaseRecommendationGenerationResponse < Struct.new(
  :generation_summary_list,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5007

class ListSavingsPlansPurchaseRecommendationGenerationResponse < Struct.new(
  :generation_summary_list,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end