:doc:`Cloud9 <../../cloud9>` / Client / list_tags_for_resource

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



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

  

  Gets a list of the tags associated with an Cloud9 development environment.

   

  .. warning::

     

    Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. `Learn more" <http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/>`__

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags for.

    

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

    
    ::

      {
          'Tags': [
              {
                  'Key': 'string',
                  'Value': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Tags** *(list) --* 

        The list of tags associated with the Cloud9 development environment.

        
        

        - *(dict) --* 

          Metadata that is associated with Amazon Web Services resources. In particular, a name-value pair that can be associated with an Cloud9 development environment. There are two types of tags: *user tags* and *system tags*. A user tag is created by the user. A system tag is automatically created by Amazon Web Services services. A system tag is prefixed with ``"aws:"`` and cannot be modified by the user.

          
          

          - **Key** *(string) --* 

            The **name** part of a tag.

            
          

          - **Value** *(string) --* 

            The **value** part of a tag.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`Cloud9.Client.exceptions.NotFoundException`

  
  *   :py:class:`Cloud9.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Cloud9.Client.exceptions.BadRequestException`

  