billingconductor_list_billing_group_cost_reports {paws.cost.management} | R Documentation |
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group
Description
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.
See https://www.paws-r-sdk.com/docs/billingconductor_list_billing_group_cost_reports/ for full documentation.
Usage
billingconductor_list_billing_group_cost_reports(
BillingPeriod = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
Arguments
BillingPeriod |
The preferred billing period for your report. |
MaxResults |
The maximum number of reports to retrieve. |
NextToken |
The pagination token that's used on subsequent calls to get reports. |
Filters |
A |
[Package paws.cost.management version 0.9.0 Index]