billingconductor_list_custom_line_item_versions: A paginated call to get a list of all custom line item...

View source: R/billingconductor_operations.R

billingconductor_list_custom_line_item_versionsR 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 ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line item versions are applied.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.