:doc:`Billing <../../billing>` / Client / list_source_views_for_billing_view

**********************************
list_source_views_for_billing_view
**********************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/billing-2023-09-07/ListSourceViewsForBillingView>`_  


  **Request Syntax**
  ::

    response = client.list_source_views_for_billing_view(
        arn='string',
        maxResults=123,
        nextToken='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

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

    

  
  :type maxResults: integer
  :param maxResults: 

    The number of entries a paginated response contains.

    

  
  :type nextToken: string
  :param nextToken: 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`Billing.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Billing.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Billing.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Billing.Client.exceptions.ValidationException`

  
  *   :py:class:`Billing.Client.exceptions.InternalServerException`

  