A paginated call to get a list of all custom line items (FFLIs) for the given billing period
Source:R/billingconductor_operations.R
billingconductor_list_custom_line_items.RdA paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.
See https://www.paws-r-sdk.com/docs/billingconductor_list_custom_line_items/ for full documentation.
Usage
billingconductor_list_custom_line_items(
BillingPeriod = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- BillingPeriod
The preferred billing period to get custom line items (FFLIs).
- MaxResults
The maximum number of billing groups to retrieve.
- NextToken
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
- Filters
A
ListCustomLineItemsFilterthat specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.