:doc:`ApplicationAutoScaling <../../application-autoscaling>` / Client / list_tags_for_resource

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



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

  

  Returns all the tags on the specified Application Auto Scaling scalable target.

   

  For general information about tags, including the format and syntax, see `Tagging your Amazon Web Services resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`__ in the *Amazon Web Services General Reference*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    Specify the ARN of the scalable target.

     

    For example: ``arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123``

     

    To get the ARN for a scalable target, use  DescribeScalableTargets.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Tags** *(dict) --* 

        A list of tags. Each tag consists of a tag key and a tag value.

        
        

        - *(string) --* 
          

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

  