Class: Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest

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_statusString

The status of the recommendation generation.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5176

class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new(
  :generation_status,
  :recommendation_ids,
  :page_size,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5176

class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new(
  :generation_status,
  :recommendation_ids,
  :page_size,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The number of recommendations that you want returned in a single response object.

Returns:

  • (Integer)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5176

class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new(
  :generation_status,
  :recommendation_ids,
  :page_size,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idsArray<String>

The IDs for each specific recommendation.

Returns:

  • (Array<String>)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5176

class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new(
  :generation_status,
  :recommendation_ids,
  :page_size,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end