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.
billing_list_billing_views(
activeTimeRange = NULL,
arns = NULL,
billingViewTypes = NULL,
ownerAccountId = NULL,
maxResults = NULL,
nextToken = NULL
)
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.
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
The type of billing view.
The list of owners of the billing view.
The maximum number of billing views to retrieve. Default is 100.
The pagination token that is used on subsequent calls to list billing views.