billingconductor_list_billing_groups: A paginated call to retrieve a list of billing groups for the...

View source: R/billingconductor_operations.R

billingconductor_list_billing_groupsR Documentation

A paginated call to retrieve a list of billing groups for the given billing period

Description

A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.

See https://www.paws-r-sdk.com/docs/billingconductor_list_billing_groups/ for full documentation.

Usage

billingconductor_list_billing_groups(
  BillingPeriod = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

BillingPeriod

The preferred billing period to get billing groups.

MaxResults

The maximum number of billing groups to retrieve.

NextToken

The pagination token that's used on subsequent calls to get billing groups.

Filters

A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing group information.


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