billingconductor_list_custom_line_item_versions {paws.cost.management} | R Documentation |
A paginated call to get a list of all custom line item versions
Description
A paginated call to get a list of all custom line item versions.
See https://www.paws-r-sdk.com/docs/billingconductor_list_custom_line_item_versions/ for full documentation.
Usage
billingconductor_list_custom_line_item_versions(
Arn,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) for the custom line item. |
MaxResults |
The maximum number of custom line item versions to retrieve. |
NextToken |
The pagination token that's used on subsequent calls to retrieve custom line item versions. |
Filters |
A |
[Package paws.cost.management version 0.9.0 Index]