:doc:`DirectConnect <../../directconnect>` / Client / describe_tags

*************
describe_tags
*************



.. py:method:: DirectConnect.Client.describe_tags(**kwargs)

  

  Describes the tags associated with the specified Direct Connect resources.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags>`_  


  **Request Syntax**
  ::

    response = client.describe_tags(
        resourceArns=[
            'string',
        ]
    )
    
  :type resourceArns: list
  :param resourceArns: **[REQUIRED]** 

    The Amazon Resource Names (ARNs) of the resources.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'resourceTags': [
              {
                  'resourceArn': 'string',
                  'tags': [
                      {
                          'key': 'string',
                          'value': 'string'
                      },
                  ]
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **resourceTags** *(list) --* 

        Information about the tags.

        
        

        - *(dict) --* 

          Information about a tag associated with an Direct Connect resource.

          
          

          - **resourceArn** *(string) --* 

            The Amazon Resource Name (ARN) of the resource.

            
          

          - **tags** *(list) --* 

            The tags.

            
            

            - *(dict) --* 

              Information about a tag.

              
              

              - **key** *(string) --* 

                The key.

                
              

              - **value** *(string) --* 

                The value.

                
          
        
      
    
  
  **Exceptions**
  
  *   :py:class:`DirectConnect.Client.exceptions.DirectConnectServerException`

  
  *   :py:class:`DirectConnect.Client.exceptions.DirectConnectClientException`

  