billing_list_billing_views {paws.cost.management} | R 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. |
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. |
[Package paws.cost.management version 0.9.0 Index]