List Savings Plans Purchase Recommendation Generation
costexplorer_list_savings_plans_purchase_recommendation_generation | R Documentation |
Retrieves a list of your historical recommendation generations within the past 30 days¶
Description¶
Retrieves a list of your historical recommendation generations within the past 30 days.
Usage¶
costexplorer_list_savings_plans_purchase_recommendation_generation(
GenerationStatus, RecommendationIds, PageSize, NextPageToken)
Arguments¶
GenerationStatus
The status of the recommendation generation.
RecommendationIds
The IDs for each specific recommendation.
PageSize
The number of recommendations that you want returned in a single response object.
NextPageToken
The token to retrieve the next set of results.
Value¶
A list with the following syntax:
list(
GenerationSummaryList = list(
list(
RecommendationId = "string",
GenerationStatus = "SUCCEEDED"|"PROCESSING"|"FAILED",
GenerationStartedTime = "string",
GenerationCompletionTime = "string",
EstimatedCompletionTime = "string"
)
),
NextPageToken = "string"
)