:doc:`FIS <../../fis>` / Client / list_target_resource_types

**************************
list_target_resource_types
**************************



.. py:method:: FIS.Client.list_target_resource_types(**kwargs)

  

  Lists the target resource types.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/ListTargetResourceTypes>`_  


  **Request Syntax**
  ::

    response = client.list_target_resource_types(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned ``nextToken`` value.

    

  
  :type nextToken: string
  :param nextToken: 

    The token for the next page of results.

    

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

    
    ::

      {
          'targetResourceTypes': [
              {
                  'resourceType': 'string',
                  'description': 'string'
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **targetResourceTypes** *(list) --* 

        The target resource types.

        
        

        - *(dict) --* 

          Describes a resource type.

          
          

          - **resourceType** *(string) --* 

            The resource type.

            
          

          - **description** *(string) --* 

            A description of the resource type.

            
      
    
      

      - **nextToken** *(string) --* 

        The token to use to retrieve the next page of results. This value is ``null`` when there are no more results to return.

        
  
  **Exceptions**
  
  *   :py:class:`FIS.Client.exceptions.ValidationException`

  