costexplorer_list_savings_plans_purchase_recommendation_generation {paws.cost.management} | 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.
See https://www.paws-r-sdk.com/docs/costexplorer_list_savings_plans_purchase_recommendation_generation/ for full documentation.
Usage
costexplorer_list_savings_plans_purchase_recommendation_generation(
GenerationStatus = NULL,
RecommendationIds = NULL,
PageSize = NULL,
NextPageToken = NULL
)
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. |
[Package paws.cost.management version 0.7.0 Index]