Class: Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Defined in:
- gems/aws-sdk-costexplorer/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.
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_token ⇒ String
The token to retrieve the next set of results.
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_size ⇒ Integer
The number of recommendations that you want returned in a single response object.
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_ids ⇒ Array<String>
The IDs for each specific recommendation.
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 |