:doc:`IVS <../../ivs>` / Client / list_tags_for_resource

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



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

  

  Gets information about Amazon Web Services tags for the specified ARN.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the resource to be retrieved. The ARN must be URL-encoded.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        Tags attached to the resource. Array of maps, each of the form ``string:string (key:value)``.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`IVS.Client.exceptions.ResourceNotFoundException`

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

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

  