:doc:`EventBridgePipes <../../pipes>` / Client / list_tags_for_resource

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



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

  

  Displays the tags associated with a pipe.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the pipe for which you want to view tags.

    

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

    
    ::

      {
          'tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **tags** *(dict) --* 

        The list of key-value pairs to associate with the pipe.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`EventBridgePipes.Client.exceptions.InternalException`

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

  
  *   :py:class:`EventBridgePipes.Client.exceptions.NotFoundException`

  