costexplorer_list_commitment_purchase_analyses {paws.cost.management} | R Documentation |
Lists the commitment purchase analyses for your account
Description
Lists the commitment purchase analyses for your account.
See https://www.paws-r-sdk.com/docs/costexplorer_list_commitment_purchase_analyses/ for full documentation.
Usage
costexplorer_list_commitment_purchase_analyses(
AnalysisStatus = NULL,
NextPageToken = NULL,
PageSize = NULL,
AnalysisIds = NULL
)
Arguments
AnalysisStatus |
The status of the analysis. |
NextPageToken |
The token to retrieve the next set of results. |
PageSize |
The number of analyses that you want returned in a single response object. |
AnalysisIds |
The analysis IDs associated with the commitment purchase analyses. |
[Package paws.cost.management version 0.9.0 Index]