:doc:`MediaPackageVod <../../mediapackage-vod>` / Client / list_tags_for_resource

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



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

  Returns a list of the tags assigned to the specified resource.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ListTagsForResource>`_  


  **Request Syntax**
  ::

    response = client.list_tags_for_resource(
        ResourceArn='string'
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

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

    
    ::

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

    

    - *(dict) --* 200 response
      

      - **Tags** *(dict) --* A collection of tags associated with a resource
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  