Billing / Client / list_source_views_for_billing_view

list_source_views_for_billing_view

Billing.Client.list_source_views_for_billing_view(**kwargs)

Lists the source views (managed Amazon Web Services billing views) associated with the billing view.

See also: AWS API Documentation

Request Syntax

response = client.list_source_views_for_billing_view(
    arn='string',
    maxResults=123,
    nextToken='string'
)
Parameters:
  • arn (string) –

    [REQUIRED]

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

  • maxResults (integer) – The number of entries a paginated response contains.

  • nextToken (string) – The pagination token that is used on subsequent calls to list billing views.

Return type:

dict

Returns:

Response Syntax

{
    'sourceViews': [
        'string',
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • sourceViews (list) –

      A list of billing views used as the data source for the custom billing view.

      • (string) –

    • nextToken (string) –

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

Exceptions

  • Billing.Client.exceptions.ThrottlingException

  • Billing.Client.exceptions.ResourceNotFoundException

  • Billing.Client.exceptions.AccessDeniedException

  • Billing.Client.exceptions.ValidationException

  • Billing.Client.exceptions.InternalServerException