billing_list_billing_views: Lists the billing views available for a given time period

View source: R/billing_operations.R

billing_list_billing_viewsR Documentation

Lists the billing views available for a given time period

Description

Lists the billing views available for a given time period.

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

Usage

billing_list_billing_views(
  activeTimeRange = NULL,
  arns = NULL,
  billingViewTypes = NULL,
  ownerAccountId = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

activeTimeRange

The time range for the billing views listed. PRIMARY billing view is always listed. BILLING_GROUP billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.

arns

The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

billingViewTypes

The type of billing view.

ownerAccountId

The list of owners of the billing view.

maxResults

The maximum number of billing views to retrieve. Default is 100.

nextToken

The pagination token that is used on subsequent calls to list billing views.


paws.cost.management documentation built on April 3, 2025, 9:24 p.m.