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.
5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5855 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.
5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5855 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.
5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5855 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.
5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5855 class ListSavingsPlansPurchaseRecommendationGenerationRequest < Struct.new( :generation_status, :recommendation_ids, :page_size, :next_page_token) SENSITIVE = [] include Aws::Structure end |