billing_list_source_views_for_billing_view {paws.cost.management} | R Documentation |
Lists the source views (managed Amazon Web Services billing views) associated with the billing view
Description
Lists the source views (managed Amazon Web Services billing views) associated with the billing view.
See https://www.paws-r-sdk.com/docs/billing_list_source_views_for_billing_view/ for full documentation.
Usage
billing_list_source_views_for_billing_view(
arn,
maxResults = NULL,
nextToken = NULL
)
Arguments
arn |
[required] The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view. |
maxResults |
The number of entries a paginated response contains. |
nextToken |
The pagination token that is used on subsequent calls to list billing views. |
[Package paws.cost.management version 0.9.0 Index]