Class: Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generation_status ⇒ String
The status of the recommendation generation.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
-
#page_size ⇒ Integer
The number of recommendations that you want returned in a single response object.
-
#recommendation_ids ⇒ Array<String>
The IDs for each specific recommendation.
Instance Attribute Details
#generation_status ⇒ String
The status of the recommendation generation.
5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5239 class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new( :generation_status, :recommendation_ids, :page_size, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token to retrieve the next set of results.
5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5239 class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new( :generation_status, :recommendation_ids, :page_size, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The number of recommendations that you want returned in a single response object.
5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5239 class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new( :generation_status, :recommendation_ids, :page_size, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The IDs for each specific recommendation.
5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5239 class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new( :generation_status, :recommendation_ids, :page_size, :next_page_token) SENSITIVE = [] include Aws::Structure end |