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

**********************
list_tags_for_resource
**********************



.. py:method:: Billing.Client.list_tags_for_resource(**kwargs)

  

  Lists tags associated with the billing view resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/billing-2023-09-07/ListTagsForResource>`_  


  **Request Syntax**
  ::

    response = client.list_tags_for_resource(
        resourceArn='string'
    )
    
  :type resourceArn: string
  :param resourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'resourceTags': [
              {
                  'key': 'string',
                  'value': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **resourceTags** *(list) --* 

        A list of tag key value pairs that are associated with the resource.

        
        

        - *(dict) --* 

          The tag structure that contains a tag key and value.

          
          

          - **key** *(string) --* 

            The key that's associated with the tag.

            
          

          - **value** *(string) --* 

            The value that's associated with the tag.

            
      
    
  
  **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`

  