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)


4988
4989
4990
4991
4992
4993
4994
4995
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4988

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)


4988
4989
4990
4991
4992
4993
4994
4995
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4988

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)


4988
4989
4990
4991
4992
4993
4994
4995
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4988

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>)


4988
4989
4990
4991
4992
4993
4994
4995
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4988

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